VCPlatform.IsExecutable Method

Determines if a file is an executable.

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

Parameters

  • Path
    Type: String

    Full path to the file in question.

Return Value

Type: Boolean
true if the file is an executable for this platform.

.NET Framework Security

See Also

Reference

VCPlatform Interface

Microsoft.VisualStudio.VCProjectEngine Namespace