This topic has not yet been rated - Rate this topic

MemberDescriptor Members

MemberDescriptor overview

Public Properties

public propertyAttributes Gets the collection of attributes for this member.
public propertyCategory Gets the name of the category to which the member belongs, as specified in the CategoryAttribute.
public propertyDescription Gets the description of the member, as specified in the DescriptionAttribute.
public propertyDesignTimeOnly Gets whether this member should be set only at design time, as specified in the DesignOnlyAttribute.
public propertyDisplayName

Supported by the .NET Compact Framework.

Gets the name that can be displayed in a window, such as a Properties window.
public propertyIsBrowsable Gets a value indicating whether the member is browsable, as specified in the BrowsableAttribute.
public propertyName

Supported by the .NET Compact Framework.

Gets the name of the member.

Public Methods

public methodEquals

Supported by the .NET Compact Framework.

Overridden. Compares this instance to the given object to see if they are equivalent.
public methodGetHashCode

Supported by the .NET Compact Framework.

Overridden. See Object.GetHashCode.
public methodGetType (inherited from Object)

Supported by the .NET Compact Framework.

Gets the Type of the current instance.
public methodToString (inherited from Object)

Supported by the .NET Compact Framework.

Returns a String that represents the current Object.

Protected Constructors

protected constructorMemberDescriptor Constructor

Supported by the .NET Compact Framework.

Overloaded. Initializes a new instance of the MemberDescriptor class.

Protected Properties

protected propertyAttributeArray

Supported only by the .NET Compact Framework.

Gets or sets an array of attributes.
protected propertyNameHashCode

Supported by the .NET Compact Framework.

Gets the hash code for the name of the member, as specified in GetHashCode.

Protected Methods

protected methodCreateAttributeCollection

Supported by the .NET Compact Framework.

Creates a collection of attributes using the array of attributes passed to the constructor.
protected methodFillAttributes

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.
protected methodFinalize (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.

protected methodstatic (Shared in Visual Basic)FindMethod

Supported by the .NET Compact Framework.

Overloaded. Finds the given method through reflection.
protected methodstatic (Shared in Visual Basic)GetInvokee Gets the component on which to invoke a method.
protected methodstatic (Shared in Visual Basic)GetSite Gets a component site for the given component.
protected methodMemberwiseClone (inherited from Object)

Supported by the .NET Compact Framework.

Creates a shallow copy of the current Object.

See Also

MemberDescriptor Class | System.ComponentModel Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.