Mono Class Library: System.Type Overview | Members

System.Type.TypeHandle Property

Gets the handle for the current Type.

public virtual RuntimeTypeHandle TypeHandle { get; }

Value

The RuntimeTypeHandle for the current Type.

Remarks

This property is read-only.

The RuntimeTypeHandle encapsulates a pointer to an internal data structure that represents the type. This handle is unique during the process lifetime. The handle is valid only in the application domain in which it was obtained.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0