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

Inheritance: Microsoft.VisualStudio.Project.ProjectConfig
Afficher le fichier Open project: IntelliTect/PowerStudio

Méthodes publiques

Méthode 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 méthode

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
Résultat int

PowerShellProjectConfig() public méthode

public PowerShellProjectConfig ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
Résultat System

QueryDebugLaunch() public méthode

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
Résultat int