Method | Description | |
---|---|---|
DebugLaunch ( uint grfLaunch ) : int | ||
PowerShellProjectConfig ( |
||
QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int |
Determines whether the debugger can be launched, given the state of the launch flags.
|
public PowerShellProjectConfig ( |
||
project | ||
configuration | string | |
return | System |
public QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int | ||
flags | uint | Flags that determine the conditions under which to launch the debugger. /// For valid grfLaunch values, see __VSDBGLAUNCHFLAGS or __VSDBGLAUNCHFLAGS2. |
fCanLaunch | int | true if the debugger can be launched, otherwise false |
return | int |