NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Type.TypeHandle

Gets the handle for the current Type.

[Visual Basic]
MustOverride Public ReadOnly Property TypeHandle As _
   RuntimeTypeHandle
[C#]
public RuntimeTypeHandle TypeHandle {abstract get;}
[C++]
public: __property virtual RuntimeTypeHandle get_TypeHandle() = 0;
[JScript]
public abstract function get TypeHandle() : RuntimeTypeHandle;

Property Value

The handle for the current Type.

Remarks

A type handle is an integer value associated with each type, and is unique during the process lifetime.

The TypeHandle functions as an identifier that is meaningful to the Execution Engine. It is equivalent to the result of the ldtoken instruction.

See Also

Type Class | Type Members | System Namespace | RuntimeTypeHandle | GetTypeHandle | GetTypeFromHandle