Mono Class Library: System.Type Overview | Members

System.Type.GetTypeHandle Method

Returns the handle for the Type of the specified object.

public static RuntimeTypeHandle GetTypeHandle (object o)

Parameters

o
The object for which to get the type handle.

Returns

The RuntimeTypeHandle for the Type of the specified object.

Remarks

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