VCPlatform.IsDumpfile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines if a file is a dumpfile.
public:
bool IsDumpfile(System::String ^ Path);
public:
bool IsDumpfile(Platform::String ^ Path);
bool IsDumpfile(std::wstring const & Path);
[System.Runtime.InteropServices.DispId(2524)]
public bool IsDumpfile (string Path);
[<System.Runtime.InteropServices.DispId(2524)>]
abstract member IsDumpfile : string -> bool
Public Function IsDumpfile (Path As String) As Boolean
Parameters
- Path
- String
Full path to the file in question.
Returns
true
if the file is a dumpfile for this platform.
- Attributes