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