Class TextScreenHelpers
Inheritance
System.Object
TextScreenHelpers
Assembly: Cosmos.HAL2.dll
Syntax
public static class TextScreenHelpers : object
Methods
|
Improve this Doc
View Source
Debug(String)
Declaration
public static void Debug(string aMessage)
Parameters
Type |
Name |
Description |
System.String |
aMessage |
|
|
Improve this Doc
View Source
Debug(String, Object[])
Declaration
public static void Debug(string aMessage, params object[] aParams)
Parameters
Type |
Name |
Description |
System.String |
aMessage |
|
System.Object[] |
aParams |
|
|
Improve this Doc
View Source
DebugNumber(UInt32)
Declaration
public static void DebugNumber(uint aValue)
Parameters
Type |
Name |
Description |
System.UInt32 |
aValue |
|
|
Improve this Doc
View Source
DebugNumber(UInt64)
Declaration
public static void DebugNumber(ulong aValue)
Parameters
Type |
Name |
Description |
System.UInt64 |
aValue |
|
|
Improve this Doc
View Source
DevDebug(String)
Declaration
public static void DevDebug(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|