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
string CurrentDirectory { get; }
property String^ CurrentDirectory {
String^ get ();
}
abstract CurrentDirectory : string with get
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.