The members of System.Reflection.MemberInfo are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Reflection.MemberInfo class. |
[read-only] | CustomAttributes | IEnumerable<CustomAttributeData>.
Gets a collection that contains this member's custom attributes. |
[read-only] abstract | DeclaringType | Type.
Gets the class that declares this member. |
[read-only] abstract | MemberType | MemberTypes.
When overridden in a derived class, gets a System.Reflection.MemberTypes value indicating the type of the member — method, constructor, event, and so on. |
[read-only] | MetadataToken | int.
Gets a value that identifies a metadata element. |
[read-only] | Module | Module.
Gets the module in which the type that declares the member represented by the current System.Reflection.MemberInfo is defined. |
[read-only] abstract | Name | string.
Gets the name of the current member. |
[read-only] abstract | ReflectedType | Type.
Gets the class object that was used to obtain this instance of MemberInfo. |
override | Equals(object)
| |
abstract | GetCustomAttributes(bool)
| |
abstract | GetCustomAttributes(Type, bool)
| |
GetCustomAttributesData()
| ||
override | GetHashCode()
| |
GetType()
| ||
abstract | IsDefined(Type, bool)
|
static | Equality(MemberInfo, MemberInfo) |
Indicates whether two System.Reflection.MemberInfo objects are equal. |
static | Inequality(MemberInfo, MemberInfo) |
Indicates whether two System.Reflection.MemberInfo objects are not equal. |
System.Runtime.InteropServices._MemberInfo.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MemberInfo.GetType |
Gets a Type object representing the System.Reflection.MemberInfo class. | |
System.Runtime.InteropServices._MemberInfo.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._MemberInfo.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._MemberInfo.Invoke | Documentation for this section has not yet been entered. |