IProvideExpressionContexts Interface
Provides a way to enumerate expression contexts known by a certain component. Script engines typically implement this interface.
The process debug manager uses this interface to find all global expression contexts associated with a given thread.
Note
This interface is called from within the thread of interest. It is up to the implementer to identify the current thread and return an appropriate enumerator.
Methods
In addition to the methods inherited from IUnknown
, the IProvideExpressionContexts
interface exposes the following methods.
Method | Description |
---|---|
IProvideExpressionContexts::EnumExpressionContexts | Returns an enumerator of expression contexts known by this component. |