Class Global
Inheritance
System.Object
Global
Namespace: Cosmos.Core
Assembly: Cosmos.Core.dll
Syntax
public static class Global : object
Fields
| Improve this Doc View SourceBaseIOGroups
Base IO gruops.
Declaration
public static BaseIOGroups BaseIOGroups
Field Value
Type | Description |
---|---|
BaseIOGroups |
mDebugger
Core ring debugger instance, with the Global tag.
Declaration
public static readonly Debugger mDebugger
Field Value
Type | Description |
---|---|
Debugger |
Properties
| Improve this Doc View SourceCPU
Get CPU.
Declaration
public static CPU CPU { get; }
Property Value
Type | Description |
---|---|
CPU |
PIC
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()