VCPlatform::IsDumpfile Method (String^)

 

Determines if a file is a dumpfile.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool IsDumpfile(
	String^ Path
)

Parameters

Path
Type: System::String^

Full path to the file in question.

Return Value

Type: System::Boolean

true if the file is a dumpfile for this platform.

Return to top
Show: