Partager via


ManagedCommandLineInfo.CommandLineArgs Property

Definition

Gets the command line args.

public:
 property System::Collections::Immutable::ImmutableArray<System::String ^> CommandLineArgs { System::Collections::Immutable::ImmutableArray<System::String ^> get(); };
public System.Collections.Immutable.ImmutableArray<string> CommandLineArgs { get; }
public System.Collections.Immutable.ImmutableArray<string> CommandLineArgs { [System.Runtime.CompilerServices.IsReadOnly] get; }
member this.CommandLineArgs : System.Collections.Immutable.ImmutableArray<string>
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.CommandLineArgs : System.Collections.Immutable.ImmutableArray<string>
Public ReadOnly Property CommandLineArgs As ImmutableArray(Of String)

Property Value

Attributes

Applies to