CommandLineConfiguration.Invoke Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Invoke(String[])
- Source:
- CommandLineConfiguration.cs
public:
int Invoke(cli::array <System::String ^> ^ args);
public int Invoke(string[] args);
member this.Invoke : string[] -> int
Public Function Invoke (args As String()) As Integer
Parameters
- args
- String[]
Returns
Applies to
Invoke(String)
- Source:
- CommandLineConfiguration.cs
public:
int Invoke(System::String ^ commandLine);
public int Invoke(string commandLine);
member this.Invoke : string -> int
Public Function Invoke (commandLine As String) As Integer
Parameters
- commandLine
- String