Свойство | Тип | Описание | |
---|---|---|---|
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 ( |
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.
|