IJSVsaSite Interfaz

Definición

Precaución

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.

Habilita la comunicación entre el host y el motor de scripts. Esta interfaz se implementa a través del host.

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
Derivado
Atributos

Métodos

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

Obtiene el estado compilado de un motor de scripts y, de forma opcional, la información de depuración asociada.

GetEventSourceInstance(String, String)
Obsoletos.

Obtiene una referencia a un origen de eventos agregado anteriormente a un motor de scripts con el método AddEventSource(String, String).

GetGlobalInstance(String)
Obsoletos.

Obtiene una referencia a un elemento global, por ejemplo, el objeto Application proporcionado por el host.

Notify(String, Object)
Obsoletos.

Notifica al host los eventos generados por el motor de scripts de .NET.

OnCompilerError(IJSVsaError)
Obsoletos.

Notifica al host cómo debe responderse a los errores del compilador que encontró el motor de scripts.

Se aplica a