IVsProfilerLaunchExeTargetInfo.WorkingDirectory Property

Definition

Gets the working directory in which the process is to run.

public:
 property System::String ^ WorkingDirectory { System::String ^ get(); };
public:
 property Platform::String ^ WorkingDirectory { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(1610809346)]
public string WorkingDirectory { get; }
public string WorkingDirectory { get; }
[<System.Runtime.InteropServices.DispId(1610809346)>]
member this.WorkingDirectory : string
member this.WorkingDirectory : string
Public ReadOnly Property WorkingDirectory As String

Property Value

The working directory.

Attributes

Applies to