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: NASM
Assembly: NASM.dll
Syntax
Fields
|
Improve this Doc
View Source
ExePath
Declaration
public static string ExePath
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public static string InputFile
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
IsELF
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LogError
Declaration
public static Action<string> LogError
Field Value
Type |
Description |
System.Action<System.String> |
|
|
Improve this Doc
View Source
LogMessage
Declaration
public static Action<string> LogMessage
Field Value
Type |
Description |
System.Action<System.String> |
|
|
Improve this Doc
View Source
OutputFile
Declaration
public static string OutputFile
Field Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Main(String[])
Declaration
public static int Main(string[] args)
Parameters
Type |
Name |
Description |
System.String[] |
args |
|
Returns
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Run(String[], Action<String>, Action<String>)
Declaration
public static int Run(string[] args, Action<string> logMessage, Action<string> logError)
Parameters
Type |
Name |
Description |
System.String[] |
args |
|
System.Action<System.String> |
logMessage |
|
System.Action<System.String> |
logError |
|
Returns
Type |
Description |
System.Int32 |
|