System.RuntimeTypeHandle Structure

public struct RuntimeTypeHandle

Base Types

Object
  ValueType
    RuntimeTypeHandle

Assembly

mscorlib

Library

RuntimeInfrastructure

Summary

Provides a handle to the internal metadata representation of a type.

Description

RuntimeTypeHandle objects are created through the use of the CIL instruction ldtoken .

[Note: For more information on ldtoken , see Partition III of the CLI Specification.]

See Also

System Namespace

Members

RuntimeTypeHandle Properties

RuntimeTypeHandle.Value Property


RuntimeTypeHandle.Value Property

public IntPtr Value { get; }

Summary

Gets the value of the current instance.

Property Value

A IntPtr containing the value of the handle.

Description

This property is read-only.

See Also

System.RuntimeTypeHandle Structure, System Namespace