Class RuntimeHelpersImpl
Inheritance
System.Object
RuntimeHelpersImpl
Inherited Members
System.Object.Equals(System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Cosmos.Core_Plugs.System.Runtime.CompilerServices
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class RuntimeHelpersImpl
Methods
| Improve this Doc View Sourcecctor()
Declaration
public static void cctor()
Equals(Object, Object)
Declaration
public static bool Equals(object aO1, object aO2)
Parameters
Type | Name | Description |
---|---|---|
System.Object | aO1 | |
System.Object | aO2 |
Returns
Type | Description |
---|---|
System.Boolean |
GetHashCode(Object)
Declaration
public static int GetHashCode(object o)
Parameters
Type | Name | Description |
---|---|---|
System.Object | o |
Returns
Type | Description |
---|---|
System.Int32 |
IsReferenceOrContainsReferences<T>()
Declaration
public static bool IsReferenceOrContainsReferences<T>()
Returns
Type | Description |
---|---|
System.Boolean |
Type Parameters
Name | Description |
---|---|
T |
ProbeForSufficientStack()
Declaration
public static void ProbeForSufficientStack()
TryEnsureSufficientExecutionStack()
Declaration
public static bool TryEnsureSufficientExecutionStack()
Returns
Type | Description |
---|---|
System.Boolean |