IJSVsaSite Schnittstelle

Definition

Achtung

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.

Aktiviert die Kommunikation zwischen dem Host und der Skript-Engine. Diese Schnittstelle wird durch den Host implementiert.

public interface class IJSVsaSite
[System.Obsolete("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.")]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IJSVsaSite
[<System.Obsolete("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.")>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("605A62B5-3BA8-49E0-A056-0A6A7A5846A3")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IJSVsaSite = interface
Public Interface IJSVsaSite
Abgeleitet
Attribute

Methoden

GetCompiledState(Byte[], Byte[])
Veraltet.

Ruft den kompilierten Zustand einer Skript-Engine ab, und ruft optional zugeordnete Debuginformationen ab.

GetEventSourceInstance(String, String)
Veraltet.

Ruft einen Verweis auf eine Ereignisquelle ab, die zuvor mit der AddEventSource(String, String)-Methode einer Skript-Engine hinzugefügt wurde.

GetGlobalInstance(String)
Veraltet.

Ruft einen Verweis auf ein globales Element ab, z. B. auf das vom Host bereitgestellte Anwendungsobjekt.

Notify(String, Object)
Veraltet.

Benachrichtigt den Host über von der .NET-Skript-Engine generierte Ereignisse.

OnCompilerError(IJSVsaError)
Veraltet.

Benachrichtigt den Host darüber, wie auf in der Skript-Engine aufgetretene Compilerfehler reagiert werden soll.

Gilt für: