NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

MemberDescriptor Methods

The methods of the MemberDescriptor class are listed below. For a complete list of MemberDescriptor class members, see the MemberDescriptor Members topic.

Public:

Equals Compares this instance to the specified MemberDescriptor to see if they are equivalent.
GetDesignTimeOnly Determines whether this member should be set only at design time as specified in the DesignOnlyAttribute.
GetDisplayName Gets the name that can be displayed in a window like a property browser.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHelpTopic Gets the name of the Help topic specified in the HelpAttribute.
GetHelpURL Gets the URL for the Help file specified in the HelpAttribute.
GetType (inherited from Object) Gets the Type of the Object.
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

CreateAttributeCollection Creates a collection of attributes using the array of attributes that you passed to the constructor.
FillAttributes In an inheriting class, adds the attributes of the inheriting class to the specified list of attributes in the parent class.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
FindMethod Finds the given method through reflection.
GetInvokee Gets the component that a method should be invoked on.
GetSite Gets a component site for the given component.
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

MemberDescriptor Class | System.ComponentModel Namespace