Returns the directory in which to run the executable file.
Namespace: MSBuild.Community.Tasks
Assembly: MSBuild.Community.Tasks (in MSBuild.Community.Tasks.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Overrides Function GetWorkingDirectory() As String |
| C# |
|---|
| protected override string GetWorkingDirectory() |
| C++ |
|---|
| protected: virtual String GetWorkingDirectory() override |
| J# |
|---|
| protected override string GetWorkingDirectory() |
| JScript |
|---|
| protected override function GetWorkingDirectory() : String |
Return Value
The directory in which to run the executable file, or a null reference (Nothing in Visual Basic) if the executable file should be run in the current directory.
See Also
Documentation version 1.0.0.0.