IDebugScriptScope Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Defines methods that set the this value that is associated with the global scope. Used by the VsaEngine.

Namespace:   Microsoft.JScript
Assembly:  Microsoft.JScript (in Microsoft.JScript.dll)

[<GuidAttribute("59447635-3E26-4873-BF26-05F173B80F5E")>]
[<ComVisibleAttribute(true)>]
type IDebugScriptScope = interface end

NameDescription
System_CAPS_pubmethodSetThisValue(Object)

This API supports the product infrastructure and is not intended to be used directly from your code. When implemented in a class, sets the this value that is associated with the global scope.

.NET Framework
Available since 1.1
Return to top
Show: