IDkmScriptJmcStateChangeNotification.OnJmcStateChanged Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This method is called by the dispatcher when the JMC state of a script document changes.
public:
void OnJmcStateChanged(Microsoft::VisualStudio::Debugger::Script::DkmScriptDocument ^ scriptDocument);
public void OnJmcStateChanged (Microsoft.VisualStudio.Debugger.Script.DkmScriptDocument scriptDocument);
abstract member OnJmcStateChanged : Microsoft.VisualStudio.Debugger.Script.DkmScriptDocument -> unit
Public Sub OnJmcStateChanged (scriptDocument As DkmScriptDocument)
Parameters
- scriptDocument
- DkmScriptDocument
[In] Represents a document which is executing in a script runtime environment. For example, the Microsoft JavaScript engine.