ホーム › System.Diagnostics.Debug.ActiveScript › IRemoteDebugApplication
IRemoteDebugApplication
COMメソッド 11
vtbl = vtable インデックス(0始まり)。HSP等からCOMメソッドをインデックス指定で呼ぶ際に使用します。0〜2 は IUnknown。
| vtbl | メソッド |
|---|---|
| 3 | HRESULT ResumeFromBreakPoint(IRemoteDebugApplicationThread* prptFocus, BREAKRESUMEACTION bra, ERRORRESUMEACTION era) |
| 4 | HRESULT CauseBreak() |
| 5 | HRESULT ConnectDebugger(IApplicationDebugger* pad) |
| 6 | HRESULT DisconnectDebugger() |
| 7 | HRESULT GetDebugger(IApplicationDebugger** pad) |
| 8 | HRESULT CreateInstanceAtApplication(GUID* rclsid, IUnknown* pUnkOuter, DWORD dwClsContext, GUID* riid, IUnknown** ppvObject) |
| 9 | HRESULT QueryAlive() |
| 10 | HRESULT EnumThreads(IEnumRemoteDebugApplicationThreads** pperdat) |
| 11 | HRESULT GetName(LPWSTR* pbstrName) |
| 12 | HRESULT GetRootNode(IDebugApplicationNode** ppdanRoot) |
| 13 | HRESULT EnumGlobalExpressionContexts(IEnumDebugExpressionContexts** ppedec) |