[CanBeNullAttribute]
public string[] CommandLine { get; }<CanBeNullAttribute>
Public ReadOnly Property CommandLine As String()
Getpublic:
[CanBeNullAttribute]
property array<String^>^ CommandLine {
array<String^>^ get ();
}[<CanBeNullAttribute>]
member CommandLine : string[] with get