 | CommandLineCommandLine property |
Returns the command line as a string.
Namespace: NetEti.ApplicationEnvironmentAssembly: NetEti.CommandLineAccess (in NetEti.CommandLineAccess.dll) Version: 1.0.0+3107384b301fc859aaac3a434ff023e72488deba
Syntaxpublic string? CommandLine { get; }
Public ReadOnly Property CommandLine As String
Get
public:
property String^ CommandLine {
String^ get ();
}
member CommandLine : string with get
Property value
String
See also