The members of System.Enum are listed below.
See Also: Inherited members from System.ValueType
Enum() | Documentation for this section has not yet been entered. |
CompareTo(object)Returns the sort order of the current instance compared to the specified object. | ||
override | Equals(object)Determines whether the current instance and the specified object represent the same type and value. | |
static | Format(Type, object, string)Converts the specified element of the specified enumeration type to its string representation using the specified format. | |
override | GetHashCode()Generates a hash code for the current instance. | |
static | GetName(Type, object)Retrieves the name of the constant of the specified enumeration type that has the specified value. | |
static | GetNames(Type)Returns a zero-based, one-dimensional string array that contains the names of the constants of the specified enumeration type. | |
GetTypeCode()Documentation for this section has not yet been entered. | ||
static | GetUnderlyingType(Type)Returns the underlying type of the specified enumeration type. | |
static | GetValues(Type)Returns a zero-based, one-dimensional array of the values of the constants of the specified enumeration type. | |
HasFlag(Enum)Documentation for this section has not yet been entered. | ||
static | IsDefined(Type, object)Returns a bool indicating whether a constant with the specified value exists in the specified enumeration type. | |
static | Parse(Type, string)Converts the specified string representation of one or more enumerated constants of a specified enumeration type to an equivalent enumerated object. | |
static | Parse(Type, string, bool)Converts the specified string representation of one or more enumerated constants of a specified enumeration type to an equivalent enumerated object. This method behaves in a case-sensitive or insensitive manner according to the specified bool. | |
static | ToObject(Type, byte)Returns an instance of the specified enumeration type set to the specified byte value. | |
static | ToObject(Type, short)Returns an instance of the specified enumeration type set to the specified short value. | |
static | ToObject(Type, int)Returns an instance of the specified enumeration type set to the specified int value. | |
static | ToObject(Type, long)Returns an instance of the specified enumeration type set to the specified long value. | |
static | ToObject(Type, object)Returns an instance of the specified enumeration type set to the specified value. | |
static | ToObject(Type, sbyte)Returns an instance of the specified enumeration type set to the specified sbyte value. | |
static | ToObject(Type, ushort)Returns an instance of the specified enumeration type set to the specified ushort value. | |
static | ToObject(Type, uint)Returns an instance of the specified enumeration type set to the specified uint value. | |
static | ToObject(Type, ulong)Returns an instance of the specified enumeration type set to the specified ulong value. | |
override | ToString()Converts the name of the value of the current instance to its equivalent string representation. | |
ToString(IFormatProvider)Converts the name of the value of the current instance to its equivalent string representation. | ||
ToString(string)Converts the value of the current instance to its equivalent string representation using the specified format. | ||
ToString(string, IFormatProvider)Converts the numeric value of the current instance to its equivalent string representation using the specified format. | ||
static | TryParse<TEnum>(string, out TEnum)Documentation for this section has not yet been entered. | |
static | TryParse<TEnum>(string, bool, out TEnum)Documentation for this section has not yet been entered. | |
| IConvertible.ToBoolean | Documentation for this section has not yet been entered. | |
| IConvertible.ToByte | Documentation for this section has not yet been entered. | |
| IConvertible.ToChar | Documentation for this section has not yet been entered. | |
| IConvertible.ToDateTime | Documentation for this section has not yet been entered. | |
| IConvertible.ToDecimal | Documentation for this section has not yet been entered. | |
| IConvertible.ToDouble | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt16 | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt32 | Documentation for this section has not yet been entered. | |
| IConvertible.ToInt64 | Documentation for this section has not yet been entered. | |
| IConvertible.ToSByte | Documentation for this section has not yet been entered. | |
| IConvertible.ToSingle | Documentation for this section has not yet been entered. | |
| IConvertible.ToType | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt16 | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt32 | Documentation for this section has not yet been entered. | |
| IConvertible.ToUInt64 | Documentation for this section has not yet been entered. |