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!

TypeBuilder.TypeHandle

Not supported in dynamic modules.

[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. None.

Exceptions

Exception Type Condition
NotSupportedException Not supported in dynamic modules.

See Also

TypeBuilder Class | TypeBuilder Members | System.Reflection.Emit Namespace