| ParameterParserParameters Property |
Gets the parameters passed to the application
Namespace:
Cauldron.Consoles
Assembly:
Cauldron.Consoles (in Cauldron.Consoles.dll) Version: 3.2.0.2
Syntax public string[] Parameters { get; }
Public ReadOnly Property Parameters As String()
Get
public:
property array<String^>^ Parameters {
array<String^>^ get ();
}
Property Value
Type:
String[Missing <value> documentation for "P:Cauldron.Consoles.ParameterParser.Parameters"]
See Also