mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Enum, including all inherited members.
CompareTo(object target) | System.Enum | |
Enum() | System.Enum | protected |
Equals(object obj) | System.Enum | |
Format(Type enumType, object value, string format) | System.Enum | static |
GetHashCode() | System.Enum | |
GetName(Type enumType, object value) | System.Enum | static |
GetNames(Type enumType) | System.Enum | static |
GetTypeCode() | System.Enum | |
GetUnderlyingType(Type enumType) | System.Enum | static |
GetValues(Type enumType) | System.Enum | static |
HasFlag(Enum flag) | System.Enum | |
IsDefined(Type enumType, object value) | System.Enum | static |
Parse(Type enumType, string value) | System.Enum | static |
Parse(Type enumType, string value, bool ignoreCase) | System.Enum | static |
ToObject(Type enumType, object value) | System.Enum | static |
ToObject(Type enumType, sbyte value) | System.Enum | static |
ToObject(Type enumType, short value) | System.Enum | static |
ToObject(Type enumType, int value) | System.Enum | static |
ToObject(Type enumType, byte value) | System.Enum | static |
ToObject(Type enumType, ushort value) | System.Enum | static |
ToObject(Type enumType, uint value) | System.Enum | static |
ToObject(Type enumType, long value) | System.Enum | static |
ToObject(Type enumType, ulong value) | System.Enum | static |
ToString() | System.Enum | |
ToString(string format, IFormatProvider provider) | System.Enum | |
ToString(string format) | System.Enum | |
ToString(IFormatProvider provider) | System.Enum | |
TryParse< TEnum >(string value, out TEnum result) | System.Enum | static |
TryParse< TEnum >(string value, bool ignoreCase, out TEnum result) | System.Enum | static |