C# 클래스 CsDebugScript.VS.VSContext

Context for interacting with Visual Studio
파일 보기 프로젝트 열기: southpolenator/WinDbgCs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CreateBindCtx void
DebuggerEvents_OnEnterBreakMode void
DebuggerEvents_OnEnterDesignMode void
DebuggerEvents_OnEnterRunMode void
GetDTE DTE
GetDTE DTE
GetRunningObjectTable void
InitializeAppDomain void
SetDTE void
VSContext System

비공개 메소드들

메소드 설명
CreateBindCtx ( int reserved, IBindCtx &ppbc ) : void
DebuggerEvents_OnEnterBreakMode ( dbgEventReason reason, dbgExecutionAction &executionAction ) : void

Occurs when debugger enters break mode.

DebuggerEvents_OnEnterDesignMode ( dbgEventReason reason ) : void

Occurs when debugger enters design mode.

DebuggerEvents_OnEnterRunMode ( dbgEventReason reason ) : void

Occurs when debugger enters run mode.

GetDTE ( ) : DTE

Gets the instance of currently running Visual Studio IDE.

GetDTE ( string programmaticId ) : DTE

Gets the instance of currently running Visual Studio IDE.

GetRunningObjectTable ( int reserved, IRunningObjectTable &prot ) : void
InitializeAppDomain ( AppDomain scriptDomain ) : void

Initializes the application domain with the debugger proxy.

SetDTE ( DTE dte ) : void

Sets the instance of currently running Visual Studio IDE.

VSContext ( ) : System

Initializes the VSContext class.