Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
声明
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: System.String
Return Value
Type: System.Boolean
Implements
VCPlatform.IsExecutable(String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.