VCPlatform2.IsExecutable Method

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

Return Value

Type: Boolean

.NET Framework Security

See Also

Reference

VCPlatform2 Interface

Microsoft.VisualStudio.VCProjectEngine Namespace