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
[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. |