TypeReflector.GetMembers(BindingFlags) Method

Definition

Throws a JScriptException exception in all cases.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 override cli::array <System::Reflection::MemberInfo ^> ^ GetMembers(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.MemberInfo[] GetMembers (System.Reflection.BindingFlags bindingAttr);
override this.GetMembers : System.Reflection.BindingFlags -> System.Reflection.MemberInfo[]
Public Overrides Function GetMembers (bindingAttr As BindingFlags) As MemberInfo()

Parameters

bindingAttr
BindingFlags

A bitwise combination of the enumeration values that specify the way in which the search for members and types is conducted by the reflection operation.

Returns

Throws a JScriptException exception in all cases.

Applies to

See also