Class TextScreenHelpers
Inheritance
System.Object
TextScreenHelpers
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.HAL
Assembly: Cosmos.HAL2.dll
Syntax
public static class TextScreenHelpers
Methods
| Improve this Doc View SourceDebug(String)
Declaration
[Conditional("COSMOSDEBUG")]
public static void Debug(string aMessage)
Parameters
Type | Name | Description |
---|---|---|
System.String | aMessage |
Debug(String, Object[])
Declaration
[Conditional("COSMOSDEBUG")]
public static void Debug(string aMessage, params object[] aParams)
Parameters
Type | Name | Description |
---|---|---|
System.String | aMessage | |
System.Object[] | aParams |
DebugNumber(UInt32)
Declaration
[Conditional("COSMOSDEBUG")]
public static void DebugNumber(uint aValue)
Parameters
Type | Name | Description |
---|---|---|
System.UInt32 | aValue |
DebugNumber(UInt64)
Declaration
[Conditional("COSMOSDEBUG")]
public static void DebugNumber(ulong aValue)
Parameters
Type | Name | Description |
---|---|---|
System.UInt64 | aValue |
DevDebug(String)
Declaration
[Conditional("COSMOSDEBUG")]
public static void DevDebug(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |