TypeExtensions.GetMembers Method

Definition

Overloads

GetMembers(Type, BindingFlags)
GetMembers(Type)

GetMembers(Type, BindingFlags)

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MemberInfo ^> ^ GetMembers(Type ^ type, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.MemberInfo[] GetMembers (this Type type, System.Reflection.BindingFlags bindingAttr);
static member GetMembers : Type * System.Reflection.BindingFlags -> System.Reflection.MemberInfo[]
<Extension()>
Public Function GetMembers (type As Type, bindingAttr As BindingFlags) As MemberInfo()

Parameters

type
Type
bindingAttr
BindingFlags

Returns

Applies to

GetMembers(Type)

public:
[System::Runtime::CompilerServices::Extension]
 static cli::array <System::Reflection::MemberInfo ^> ^ GetMembers(Type ^ type);
public static System.Reflection.MemberInfo[] GetMembers (this Type type);
static member GetMembers : Type -> System.Reflection.MemberInfo[]
<Extension()>
Public Function GetMembers (type As Type) As MemberInfo()

Parameters

type
Type

Returns

Applies to