DkmDeploymentCommand.CurrentDirectory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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.