Determines if a file is a dumpfile.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
Function IsDumpfile ( _
Path As String _
) As Boolean
用法
Dim instance As VCPlatform
Dim Path As String
Dim returnValue As Boolean
returnValue = instance.IsDumpfile(Path)
bool IsDumpfile(
string Path
)
bool IsDumpfile(
[InAttribute] String^ Path
)
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.
Permissions
- 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.