Freigeben über


VCPlatform.IsDumpfile-Methode

Stellt fest, ob es sich um eine Dumpdatei handelt.

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

Parameter

  • Path
    Typ: String

    Der vollständige Pfad der zu prüfenden Datei.

Rückgabewert

Typ: Boolean
true , wenn die Datei eine gültige Dumpdatei für die Plattform ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCPlatform Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace