This documentation is archived and is not being maintained.

IJSVsaSite Interface

Note: This API is now obsolete.

Enables communication between the host and the script engine. This interface is implemented by the host.

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

[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"605A62B5-3BA8-49E0-A056-0A6A7A5846A3")]
[ComVisibleAttribute(true)]
[ObsoleteAttribute(L"Use of this type is not recommended because it is being deprecated in Visual Studio 2005; there will be no replacement for this feature. Please see the ICodeCompiler documentation for additional help.")]
public interface class IJSVsaSite

The IJSVsaSite type exposes the following members.

  NameDescription
Public methodGetCompiledStateGets the compiled state of a script engine, and, optionally, associated debugging information.
Public methodGetEventSourceInstanceGets a reference to an event source previously added to a script engine using the AddEventSource() method.
Public methodGetGlobalInstanceGets a reference to a global item, such as the host-provided application object.
Public methodNotifyNotifies the host about events generated by the .NET script engine.
Public methodOnCompilerErrorNotifies the host about how to respond to compiler errors encountered by the script engine.
Top

.NET Framework

Obsolete (compiler warning) in 4

.NET Framework Client Profile

Obsolete (compiler warning) in 4

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: