Interface ICommandLine
- Namespace
- Tudormobile.Wpf
- Assembly
- Tudormobile.WpfApp.dll
Represents the current process command line.
public interface ICommandLine
Properties
Arguments
Command line arguments.
string[] Arguments { get; }
Property Value
- string[]
this[string]
Retrieve a command line argument.
(bool Exists, string? Value) this[string key] { get; }
Parameters
key
stringArgument name.
Property Value
ProgramName
Name of the process currently running.
string ProgramName { get; }