Class Global
Inheritance
System.Object
Global
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
Assembly: Cosmos.Core.dll
Syntax
public static class Global
Fields
| Improve this Doc View Sourcedebugger
Core ring debugger instance, with the Global tag.
Declaration
public static readonly Debugger debugger
Field Value
Type | Description |
---|---|
Debugger |
Properties
| Improve this Doc View SourcePIC
Get PIC.
Declaration
public static PIC PIC { get; }
Property Value
Type | Description |
---|---|
PIC |
Methods
| Improve this Doc View SourceInit()
Init Global instance.
Declaration
public static void Init()