|
OptionApplicationExecute Method |
Executes the arguments
Namespace: DrawerBackup.CommandLineAssembly: DrawerBackup.CommandLine (in DrawerBackup.CommandLine.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic int Execute(
string[] args
)
Public Function Execute (
args As String()
) As Integer
public:
int Execute(
array<String^>^ args
)
member Execute :
args : string[] -> int
Parameters
- args
- Type: SystemString
Return Value
Type:
Int32
See Also