Share via


DkmDeploymentCommand.CurrentDirectory Property

Definition

[Optional] Initial current directory for the target process. This value may be null to use the directory of the remote debugger.

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

Property Value

Returns String.

Applies to