EnumDescription Class

EnumConverter supporting System.ComponentModel.DescriptionAttribute
Public Class EnumDescription
This language is not supported or no code example is available.
public class EnumDescription
This language is not supported or no code example is available.
Methods
 
Name Description
Public method Equals(Object) (inherited from Object).
Protected method Finalize (inherited from Object).
Public method Static GetDescription(Enum) Gets Enum Value's Description Attribute
Public method Static GetDescription(Type, string) Gets the description for certaing named value in an Enumeration
Public method GetHashCode (inherited from Object).
Public method GetType (inherited from Object).
Public method Static GetValue(Type, string) Gets the value of an Enum, based on it's Description Attribute or named value
Protected method MemberwiseClone (inherited from Object).
Public method ToString (inherited from Object).
Top
Fields
 
Name Description
Protected field myType
Top
devDept.Eyeshot.EnumDescription

.NET Framework

Supported in: 4.7.2

In this article

Definition