Class InternalEnvironmentImpl
Inheritance
System.Object
InternalEnvironmentImpl
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()
Namespace: Cosmos.Core_Plugs.System
Assembly: Cosmos.Core_Plugs.dll
Syntax
public static class InternalEnvironmentImpl
Methods
| Improve this Doc View SourceCCtor()
Declaration
public static void CCtor()
FailFast(String)
Declaration
public static void FailFast(string aString)
Parameters
Type | Name | Description |
---|---|---|
System.String | aString |
FailFast(String, Exception)
Declaration
public static void FailFast(string aString, Exception aException)
Parameters
Type | Name | Description |
---|---|---|
System.String | aString | |
System.Exception | aException |
get_CurrentManagedThreadId()
Declaration
public static int get_CurrentManagedThreadId()
Returns
Type | Description |
---|---|
System.Int32 |
get_ProcessorCount()
Declaration
public static int get_ProcessorCount()
Returns
Type | Description |
---|---|
System.Int32 |
get_TickCount()
Declaration
public static int get_TickCount()
Returns
Type | Description |
---|---|
System.Int32 |
get_TickCount64()
Declaration
public static long get_TickCount64()
Returns
Type | Description |
---|---|
System.Int64 |
GetEnvironmentVariable(String)
Declaration
public static string GetEnvironmentVariable(string variable)
Parameters
Type | Name | Description |
---|---|---|
System.String | variable |
Returns
Type | Description |
---|---|
System.String |