Class Program
Inheritance
System.Object
Program
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: vortex.compiler.console
Assembly: vortex.compiler.console.dll
Syntax
class Program
Methods
Direct(String[])
Declaration
static void Direct(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
HandleParseError(IEnumerable<Error>)
Declaration
static void HandleParseError(IEnumerable<Error> errs)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<CommandLine.Error> | errs |
InferSolutionFile()
Declaration
static IEnumerable<string> InferSolutionFile()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.String> |
Main(String[])
Declaration
[STAThread]
static void Main(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
Previous(String[])
Declaration
static void Previous(string[] args)
Parameters
Type | Name | Description |
---|---|---|
System.String[] | args |
RunOptions(Program.Options)
Declaration
static void RunOptions(Program.Options opts)
Parameters
Type | Name | Description |
---|---|---|
Program.Options | opts |