C# Class PowerStudio.LanguageServices.PowerShell.Project.PowerShellProjectConfig

Inheritance: Microsoft.VisualStudio.Project.ProjectConfig
显示文件 Open project: IntelliTect/PowerStudio

Public Methods

Method Description
DebugLaunch ( uint grfLaunch ) : int
PowerShellProjectConfig ( ProjectNode project, string configuration ) : System
QueryDebugLaunch ( uint flags, int &fCanLaunch ) : int

Determines whether the debugger can be launched, given the state of the launch flags.

Method Details

DebugLaunch() public method

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
return int

PowerShellProjectConfig() public method

public PowerShellProjectConfig ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
return System

QueryDebugLaunch() public method

Determines whether the debugger can be launched, given the state of the launch flags.
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