Class Program
Inheritance
System.Object
Program
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 Program
Methods
| Improve this Doc View SourceRun(String[], Action<String>, Action<String>)
Declaration
public static int Run(string[] aArgs, Action<string> aLogMessage, Action<string> aLogError)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | aArgs | |
System.Action<System.String> | aLogMessage | |
System.Action<System.String> | aLogError |
Returns
Type | Description |
---|---|
System.Int32 |