TypeDelegator.GetMembers Method (BindingFlags)
.NET Framework 3.0
Returns members specified by bindingAttr.
Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly: mscorlib (in mscorlib.dll)
public MemberInfo[] GetMembers ( BindingFlags bindingAttr )
public override function GetMembers ( bindingAttr : BindingFlags ) : MemberInfo[]
Not applicable.
Parameters
- bindingAttr
A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from BindingFlags.
Return Value
An array of type MemberInfo containing all the members of the current class and its base classes that meet the bindingAttr filter.Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.