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!

TypeDelegator.TypeHandle

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;

Property Value

Read only.

Remarks

A type handle is a unique integer value associated with each type. The handle is unique during the runtime.

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace