[This is preliminary documentation and is subject to change.]
Clean up the current working directory at the end of a test.
PIX files are left in the current working directory after a test. These should be cleaned
up by the Media File Class destructor in the C++ code but it seems that this is not always
called. So a more robust approach is to delete the files explicitly.
| C# | Visual Basic | Visual C++ |
public void CleanUpCurrentWorkingDirectory()
Public Sub CleanUpCurrentWorkingDirectory
public: virtual void CleanUpCurrentWorkingDirectory() sealed