ManagedCommandLineInfo.CommandLineArgs 属性

定义

获取命令行参数。

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)

属性值

ImmutableArray<String>
属性

适用于