C# Класс PowerStudio.LanguageServices.PowerShell.Project.PowerShellProjectConfig

Наследование: Microsoft.VisualStudio.Project.ProjectConfig
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

DebugLaunch() публичный Метод

public DebugLaunch ( uint grfLaunch ) : int
grfLaunch uint
Результат int

PowerShellProjectConfig() публичный Метод

public PowerShellProjectConfig ( ProjectNode project, string configuration ) : System
project Microsoft.VisualStudio.Project.ProjectNode
configuration string
Результат System

QueryDebugLaunch() публичный Метод

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
Результат int