|
| static bool | TryParse< TEnum > (string value, out TEnum result) |
| |
| static bool | TryParse< TEnum > (string value, bool ignoreCase, out TEnum result) |
| |
| static object | Parse (global::System.Type enumType, string value) |
| |
| static object | Parse (global::System.Type enumType, string value, bool ignoreCase) |
| |
| static global::System.Type | GetUnderlyingType (global::System.Type enumType) |
| |
| static global::System.Array | GetValues (global::System.Type enumType) |
| |
| static string | GetName (global::System.Type enumType, object value) |
| |
| static string[] | GetNames (global::System.Type enumType) |
| |
| static object | ToObject (global::System.Type enumType, object value) |
| |
| static bool | IsDefined (global::System.Type enumType, object value) |
| |
| static string | Format (global::System.Type enumType, object value, string format) |
| |
| static object | ToObject (global::System.Type enumType, sbyte value) |
| |
| static object | ToObject (global::System.Type enumType, short value) |
| |
| static object | ToObject (global::System.Type enumType, int value) |
| |
| static object | ToObject (global::System.Type enumType, byte value) |
| |
| static object | ToObject (global::System.Type enumType, ushort value) |
| |
| static object | ToObject (global::System.Type enumType, uint value) |
| |
| static object | ToObject (global::System.Type enumType, long value) |
| |
| static object | ToObject (global::System.Type enumType, ulong value) |
| |
|
| static int | InternalCompareTo (object o1, object o2) |
| |
| static bool | GetEnumValuesAndNames (global::System.RuntimeType enumType, out ulong[] values, out string[] names) |
| |
| static object | InternalBoxEnum (global::System.RuntimeType enumType, long value) |
| |
| object | get_value () |
| |
| bool | InternalHasFlag (global::System.Enum flags) |
| |
| int | get_hashcode () |
| |
| bool System.IConvertible. | ToBoolean (global::System.IFormatProvider provider) |
| |
| char System.IConvertible. | ToChar (global::System.IFormatProvider provider) |
| |
| sbyte System.IConvertible. | ToSByte (global::System.IFormatProvider provider) |
| |
| byte System.IConvertible. | ToByte (global::System.IFormatProvider provider) |
| |
| short System.IConvertible. | ToInt16 (global::System.IFormatProvider provider) |
| |
| ushort System.IConvertible. | ToUInt16 (global::System.IFormatProvider provider) |
| |
| int System.IConvertible. | ToInt32 (global::System.IFormatProvider provider) |
| |
| uint System.IConvertible. | ToUInt32 (global::System.IFormatProvider provider) |
| |
| long System.IConvertible. | ToInt64 (global::System.IFormatProvider provider) |
| |
| ulong System.IConvertible. | ToUInt64 (global::System.IFormatProvider provider) |
| |
| float System.IConvertible. | ToSingle (global::System.IFormatProvider provider) |
| |
| double System.IConvertible. | ToDouble (global::System.IFormatProvider provider) |
| |
| decimal System.IConvertible. | ToDecimal (global::System.IFormatProvider provider) |
| |
| global::System.DateTime System.IConvertible. | ToDateTime (global::System.IFormatProvider provider) |
| |
| object System.IConvertible. | ToType (global::System.Type type, global::System.IFormatProvider provider) |
| |
Definition at line 26 of file Enum.cs.