DkmProcessLaunchRequest.Arguments 属性

定义

可有可无要传递给命令行中的可执行文件的参数。

public:
 property System::String ^ Arguments { System::String ^ get(); };
public:
 property Platform::String ^ Arguments { Platform::String ^ get(); };
public string Arguments { get; }
member this.Arguments : string
Public ReadOnly Property Arguments As String

属性值

String

返回 String

适用于