VCPlatform.IsDumpfile Method
Determines if a file is a dumpfile.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function IsDumpfile ( _
Path As String _
) As Boolean
bool IsDumpfile(
string Path
)
bool IsDumpfile(
[InAttribute] String^ Path
)
abstract IsDumpfile :
Path:string -> bool
function IsDumpfile(
Path : String
) : boolean
Parameters
Path
Type: System.StringFull path to the file in question.
Return Value
Type: System.Boolean
true if the file is a dumpfile for this platform.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.