MemberDescriptor Members
.NET Framework 1.1
Public Properties
Attributes | Gets the collection of attributes for this member. |
Category | Gets the name of the category to which the member belongs, as specified in the CategoryAttribute. |
Description | Gets the description of the member, as specified in the DescriptionAttribute. |
DesignTimeOnly | Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute. |
DisplayName Supported by the .NET Compact Framework. | Gets the name that can be displayed in a window, such as a Properties window. |
IsBrowsable | Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute. |
Name Supported by the .NET Compact Framework. | Gets the name of the member. |
Public Methods
Equals Supported by the .NET Compact Framework. | Overridden. Compares this instance to the given object to see if they are equivalent. |
GetHashCode Supported by the .NET Compact Framework. | Overridden. See Object.GetHashCode. |
GetType (inherited from Object)
Supported by the .NET Compact Framework. | Gets the Type of the current instance. |
ToString (inherited from Object)
Supported by the .NET Compact Framework. | Returns a String that represents the current Object. |
Protected Constructors
MemberDescriptor Constructor Supported by the .NET Compact Framework. | Overloaded. Initializes a new instance of the MemberDescriptor class. |
Protected Properties
AttributeArray Supported only by the .NET Compact Framework. | Gets or sets an array of attributes. |
NameHashCode Supported by the .NET Compact Framework. | Gets the hash code for the name of the member, as specified in GetHashCode. |
Protected Methods
CreateAttributeCollection Supported by the .NET Compact Framework. | Creates a collection of attributes using the array of attributes passed to the constructor. |
FillAttributes Supported by the .NET Compact Framework. | When overridden in a derived class, adds the attributes of the inheriting class to the specified list of attributes in the parent class. |
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. |
![]() FindMethod Supported by the .NET Compact Framework. | Overloaded. Finds the given method through reflection. |
![]() GetInvokee | Gets the component on which to invoke a method. |
![]() GetSite | Gets a component site for the given component. |
MemberwiseClone (inherited from Object)
Supported by the .NET Compact Framework. | Creates a shallow copy of the current Object. |
