VCPlatform.IsDumpfile(String) Method

Definition

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

Applies to