Condividi tramite


Metodo VCPlatform.IsExecutable

Determina se un file è un eseguibile.

Spazio dei nomi:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Sintassi

'Dichiarazione
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

Parametri

  • Path
    Tipo: String

    Percorso completo del file in questione.

Valore restituito

Tipo: Boolean
true se il file è un file eseguibile per questa piattaforma.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VCPlatform Interfaccia

Spazio dei nomi Microsoft.VisualStudio.VCProjectEngine