IJSVsaSite Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
Microsoft.JScript.Vsa
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
Return to top
Enables communication between the host and the script engine. This interface is implemented by the host.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
[GuidAttribute("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")] [InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)] [ObsoleteAttribute("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.")] [ComVisibleAttribute(true)] public interface class IJSVsaSite
| Name | Description | |
|---|---|---|
![]() | GetCompiledState(array<Byte>^%, array<Byte>^%) | Gets the compiled state of a script engine, and, optionally, associated debugging information. |
![]() | GetEventSourceInstance(String^, String^) | Gets a reference to an event source previously added to a script engine using the AddEventSource method. |
![]() | GetGlobalInstance(String^) | Gets a reference to a global item, such as the host-provided application object. |
![]() | Notify(String^, Object^) | Notifies the host about events generated by the .NET script engine. |
![]() | OnCompilerError(IJSVsaError^) | Notifies the host about how to respond to compiler errors encountered by the script engine. |
.NET Framework
Available since 4.0
Available since 4.0
Show:
