Class CompilerHelpers
Inheritance
System.Object
CompilerHelpers
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.IL2CPU
Assembly: Cosmos.IL2CPU.dll
Syntax
public static class CompilerHelpers
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 |
Events
| Improve this Doc View SourceDebugEvent
Declaration
public static event Action<string> DebugEvent
Event Type
Type | Description |
---|---|
System.Action<System.String> |