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.GetNestedType

This member is not yet implemented.

[Visual Basic]
Overrides Public Function GetNestedType( _
   ByVal name As String, _
   ByVal bindingAttr As BindingFlags _
) As Type
[C#]
public override Type GetNestedType(
   string name,
   BindingFlags bindingAttr
);
[C++]
public: override Type* GetNestedType(
   String* name,
   BindingFlags bindingAttr
);
[JScript]
public override function GetNestedType(
   name : String,
   bindingAttr : BindingFlags
) : Type;

Parameters

name
[To be supplied.]
bindingAttr
[To be supplied.]

Exceptions

Exception Type Condition
NotSupportedException This method is not implemented.

Remarks

This method is not currently supported. As a workaround, retrieve the type using Type.GetType or Assembly.GetType and use reflection on the retrieved type.

See Also

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