This documentation is archived and is not being maintained.
IJSVsaSite Interface
Visual Studio 2010
Note: This API is now obsolete.
Enables communication between the host and the script engine. This interface is implemented by the host.
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.
| Name | Description | |
|---|---|---|
![]() | GetCompiledState | Gets the compiled state of a script engine, and, optionally, associated debugging information. |
![]() | GetEventSourceInstance | Gets a reference to an event source previously added to a script engine using the AddEventSource() method. |
![]() | GetGlobalInstance | Gets a reference to a global item, such as the host-provided application object. |
![]() | Notify | Notifies the host about events generated by the .NET script engine. |
![]() | OnCompilerError | Notifies the host about how to respond to compiler errors encountered by the script engine. |
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:
