System.Reflection.MemberInfo Members

The members of System.Reflection.MemberInfo are listed below.

See Also: Inherited members from System.Object

Protected Constructors

Constructs a new instance of the System.Reflection.MemberInfo class.

Public Properties

[read-only]
abstract
DeclaringTypeType. Gets the type that declares the member reflected by the current instance.
[read-only]
abstract
MemberTypeMemberTypes. Documentation for this section has not yet been entered.
[read-only]
MetadataTokenint. Documentation for this section has not yet been entered.
[read-only]
ModuleModule. Documentation for this section has not yet been entered.
[read-only]
abstract
Namestring. Gets the name of the member reflected by the current instance.
[read-only]
abstract
ReflectedTypeType. Gets the type of the class through which the current instance was obtained.

Public Methods

override
Equals(object) : bool
Documentation for this section has not yet been entered.
abstract
GetCustomAttributes(bool) : object[]
Documentation for this section has not yet been entered.
abstract
GetCustomAttributes(Type, bool) : object[]
Documentation for this section has not yet been entered.
GetCustomAttributesData() : IList<CustomAttributeData>
Documentation for this section has not yet been entered.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
GetType() : Type
Documentation for this section has not yet been entered.
abstract
IsDefined(Type, bool) : bool
Documentation for this section has not yet been entered.

Public Operators

static
Equality(MemberInfo, MemberInfo)Documentation for this section has not yet been entered.
static
Inequality(MemberInfo, MemberInfo)Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

System.Runtime.InteropServices._MemberInfo.GetIDsOfNamesDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MemberInfo.GetTypeInfoDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MemberInfo.GetTypeInfoCountDocumentation for this section has not yet been entered.
System.Runtime.InteropServices._MemberInfo.InvokeDocumentation for this section has not yet been entered.