VCPlatform2.IsExecutable Method (String)

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

Return Value

Type: System.Boolean

Implements

VCPlatform.IsExecutable(String)

.NET Framework Security

See Also

Reference

VCPlatform2 Interface

IsExecutable Overload

Microsoft.VisualStudio.VCProjectEngine Namespace