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;
The handle for the current Type.
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.
Type Class | Type Members | System Namespace | RuntimeTypeHandle | GetTypeHandle | GetTypeFromHandle