MemberDescriptor Class
Assembly: System (in system.dll)
MemberDescriptor is the base class for the EventDescriptor and the PropertyDescriptor classes. The EventDescriptor class provides a description of an event, and the PropertyDescriptor class provides a description of a property.
This class defines properties and methods to access its stored attributes. The Attributes property gets the collection of attributes. The Category, IsBrowsable, Description, and DesignTimeOnly properties retrieve the values of those specific attributes. The Name and DisplayName properties provide the name of the member.
The MemberDescriptor also defines an Equals method to compare this MemberDescriptor to another.
Note: |
|---|
| Typically, you inherit from the EventDescriptor and PropertyDescriptor classes, and not from this class. |
System.ComponentModel.MemberDescriptor
System.ComponentModel.EventDescriptor
System.ComponentModel.PropertyDescriptor
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: