Freigeben über


VCPlatform.IsExecutable-Methode

Ermittelt, ob die Datei ausführbar ist.

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

Syntax

'Declaration
Function IsExecutable ( _
    Path As String _
) As Boolean
bool IsExecutable(
    string Path
)
bool IsExecutable(
    [InAttribute] String^ Path
)
abstract IsExecutable : 
        Path:string -> bool
function IsExecutable(
    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 ausführbare Datei für diese Plattform ist.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCPlatform Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace