IJSVsaSite Interface
Definição
Cuidado
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 a comunicação entre o host e o mecanismo de script.Enables communication between the host and the script engine. Essa interface é implementada pelo host.This interface is implemented by the 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[]) |
Obtém o estado compilado de um mecanismo de script e, opcionalmente, as informações de depuração associadas.Gets the compiled state of a script engine, and, optionally, associated debugging information. |
| GetEventSourceInstance(String, String) |
Obtém uma referência a uma origem do evento adicionada anteriormente a um mecanismo de script usando o método AddEventSource(String, String).Gets a reference to an event source previously added to a script engine using the AddEventSource(String, String) method. |
| GetGlobalInstance(String) |
Obtém uma referência para um item global como o objeto de aplicativo fornecido pelo host.Gets a reference to a global item, such as the host-provided application object. |
| Notify(String, Object) |
Notifica o host sobre os eventos gerados pelo mecanismo de script do .NET.Notifies the host about events generated by the .NET script engine. |
| OnCompilerError(IJSVsaError) |
Notifica o host sobre como responder a erros de compilador encontrados pelo mecanismo de script.Notifies the host about how to respond to compiler errors encountered by the script engine. |