Class CommandLineOptions
Inheritance
System.Object
CommandLineOptions
Assembly: AxEngine.dll
Syntax
public class CommandLineOptions
Constructors
|
Improve this Doc
View Source
CommandLineOptions(String[])
Declaration
public CommandLineOptions(string[] commandLineArgs)
Parameters
Type |
Name |
Description |
System.String[] |
commandLineArgs |
|
Properties
|
Improve this Doc
View Source
Current
Declaration
public static CommandLineOptions Current { get; }
Property Value
|
Improve this Doc
View Source
Mute
Declaration
public bool Mute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|