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

To be supplied

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

Parameters

bindingAttr
This bit mask affects the way in which the search is conducted. The binding attributes used to control the search. An example is BindingFlags.NonPublic

Return Value

To be supplied

Remarks

To be supplied

See Also

TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace