Retrieves the handle to the type for the implemented type.
[Visual Basic] Overridable Public ReadOnly Property TypeHandle As _ RuntimeTypeHandle [C#] public RuntimeTypeHandle TypeHandle {override get;} [C++] public: __property virtual RuntimeTypeHandle get_TypeHandle(); [JScript] public function get TypeHandle() : RuntimeTypeHandle;
Read only.
A type handle is a unique integer value associated with each type. The handle is unique during the runtime.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace