MemberInfo Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The MemberInfo type exposes the following members.
| 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: