System.Reflection.MemberInfo: Property Members

The properties of System.Reflection.MemberInfo are listed below. For a list of all members, see the MemberInfo Members list.

See Also: Inherited members from System.Object

Public Properties

[read-only]
CustomAttributesIEnumerable<CustomAttributeData>.

Gets a collection that contains this member's custom attributes.

[read-only]
abstract
DeclaringTypeType.

Gets the class that declares this member.

[read-only]
abstract
MemberTypeMemberTypes.

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]
MetadataTokenint.

Gets a value that identifies a metadata element.

[read-only]
ModuleModule.

Gets the module in which the type that declares the member represented by the current System.Reflection.MemberInfo is defined.

[read-only]
abstract
Namestring.

Gets the name of the current member.

[read-only]
abstract
ReflectedTypeType.

Gets the class object that was used to obtain this instance of MemberInfo.