Class EnumImpl
Inheritance
System.Object
EnumImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.System2_Plugs.dll
Syntax
public static class EnumImpl
Methods
|
Improve this Doc
View Source
Cctor()
Declaration
public static void Cctor()
|
Improve this Doc
View Source
Equals(Enum, Object)
Declaration
public static bool Equals(Enum aThis, object aEquals)
Parameters
Type |
Name |
Description |
Enum |
aThis |
|
System.Object |
aEquals |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
GetEnumValuesAndNames(Object, Object, Object, Boolean)
Declaration
public static void GetEnumValuesAndNames(object aQCallTypeHandle, object aObjectHandleOnStack, object aObjectHandleOnStack1, bool aBool)
Parameters
Type |
Name |
Description |
System.Object |
aQCallTypeHandle |
|
System.Object |
aObjectHandleOnStack |
|
System.Object |
aObjectHandleOnStack1 |
|
System.Boolean |
aBool |
|
|
Improve this Doc
View Source
GetHashCode(Enum)
Declaration
public static int GetHashCode(Enum aThis)
Parameters
Type |
Name |
Description |
Enum |
aThis |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
InternalBoxEnum(Object, Int64)
Declaration
public static object InternalBoxEnum(object aRuntimeType, long aLong)
Parameters
Type |
Name |
Description |
System.Object |
aRuntimeType |
|
System.Int64 |
aLong |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
InternalGetCorElementType(Object)
Declaration
public static object InternalGetCorElementType(object aThis)
Parameters
Type |
Name |
Description |
System.Object |
aThis |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
InternalGetUnderlyingType(Object)
Declaration
public static object InternalGetUnderlyingType(object aRuntimeType)
Parameters
Type |
Name |
Description |
System.Object |
aRuntimeType |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
ToString(Enum)
Declaration
public static string ToString(Enum aThis)
Parameters
Type |
Name |
Description |
Enum |
aThis |
|
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ToString(Enum, String)
Declaration
public static string ToString(Enum aThis, string format)
Parameters
Type |
Name |
Description |
Enum |
aThis |
|
System.String |
format |
|
Returns
Type |
Description |
System.String |
|