MemberInfo Properties
.NET Framework (current version)
Namespace:
System.Reflection
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | CustomAttributes | Gets a collection that contains this member's custom attributes. |
![]() | DeclaringType | Gets the class that declares this member. |
![]() | MemberType | When overridden in a derived class, gets a MemberTypes value indicating the type of the member — method, constructor, event, and so on. |
![]() | MetadataToken | Gets a value that identifies a metadata element. |
![]() | Module | Gets the module in which the type that declares the member represented by the current MemberInfo is defined. |
![]() | Name | Gets the name of the current member. |
![]() | ReflectedType | Gets the class object that was used to obtain this instance of MemberInfo. |
Show:
