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!

EnumBuilder.TypeHandle

Retrieves the internal handle for this enum. Use this handle to access the underlying metadata handle.

[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. The internal handle for this enum.

Exceptions

Exception Type Condition
NotSupportedException This property is not currently supported.

See Also

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