This topic has not yet been rated - Rate this topic

VCPlatform.IsDumpfile Method

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: String

Full path to the file in question.

Return Value

Type: Boolean
true if the file is a dumpfile for this platform.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.