IActiveScriptSiteDebug32 Interface
Smart hosts implement the IActiveScriptSiteDebug32
interface to perform document management and to participate in debugging. The IActiveScriptSite
object typically provides an implementation of the IActiveScriptSiteDebug32
interface. If this is done, call the IActiveScriptSite::QueryInterface
method to obtain the IActiveScriptSiteDebug32
interface.
In addition to the methods inherited from IUnknown
, the IActiveScriptSiteDebug32
interface exposes the following methods.
Methods in Vtable Order
Method | Description |
---|---|
IActiveScriptSiteDebug32::GetApplication | Returns the debug application object associated with this script site. |
IActiveScriptSiteDebug32::GetDocumentContextFromPosition | Used by the language engine to delegate IDebugCodeContext::GetSourceContext . |