Process4.CurrentDirectory Property

Gets the current directory of the process being debugged. This is a read-only property.

Namespace:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Syntax

'Declaration
ReadOnly Property CurrentDirectory As String
    Get
string CurrentDirectory { get; }
property String^ CurrentDirectory {
    String^ get ();
}
abstract CurrentDirectory : string
function get CurrentDirectory () : String

Property Value

Type: System.String
String that contains the path to the current directory of the process.

Remarks

The path this property gets is the same path that will be returned if the process calls kernel32!GetCurrentDirectory.

.NET Framework Security

See Also

Reference

Process4 Interface

EnvDTE90a Namespace