C# 클래스 PowerStudio.LanguageServices.PowerShell.Project.PowerShellProjectConfig

상속: Microsoft.VisualStudio.Project.ProjectConfig
파일 보기 프로젝트 열기: IntelliTect/PowerStudio

공개 메소드들

메소드 설명
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