DkmProcessLaunchRequest.WorkingDirectory Property

Definition

The full path to the current directory for the process. The string can also specify a UNC path.

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

Property Value

Returns String.

Applies to