MemberInfo overview
Public Properties
DeclaringType Supported by the .NET Compact Framework. | Gets the class that declares this member. |
MemberType Supported by the .NET Compact Framework. | Gets the type of this member, such as field, method, and so on. |
Name Supported by the .NET Compact Framework. | Gets the name of this member. |
ReflectedType Supported by the .NET Compact Framework. | Gets the class object that was used to obtain this instance of MemberInfo. |
Public Methods
Equals (inherited from Object)
Supported by the .NET Compact Framework. | Overloaded. Determines whether two Object instances are equal. |
GetCustomAttributes Supported by the .NET Compact Framework. | Overloaded. When overridden in a derived class, returns all attributes defined on this member. |
GetHashCode (inherited from Object)
Supported by the .NET Compact Framework. | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
IsDefined Supported by the .NET Compact Framework. | When overridden in a derived class, indicates whether one or more instance of attributeType is defined on this member. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Constructors
MemberInfo Constructor Supported by the .NET Compact Framework. | Initializes a new instance of the MemberInfo class. |
Protected Methods
Finalize (inherited from Object)
Supported by the .NET Compact Framework. | Overridden. Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
In C# and C++, finalizers are expressed using destructor syntax. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
See Also
MemberInfo Class | System.Reflection Namespace