BaseVsaSite Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
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.
Enables communication between the host and the script engine.
public ref class BaseVsaSite : Microsoft::JScript::Vsa::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.")]
public class BaseVsaSite : Microsoft.JScript.Vsa.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.")>]
type BaseVsaSite = class
interface IJSVsaSite
Public Class BaseVsaSite
Implements IJSVsaSite
- Inheritance
-
BaseVsaSite
- Attributes
- Implements
Constructors
BaseVsaSite() |
Creates a new site. |
Properties
Assembly |
An assembly for this site. |
DebugInfo |
Debug information for this site. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetCompiledState(Byte[], Byte[]) |
Sets an assembly and debug info for this site. |
GetEventSourceInstance(String, String) |
Gets a reference to an event source previously added to a script engine using the AddEventSource(String, String) method. |
GetGlobalInstance(String) |
Gets a reference to a global item, such as the host-provided application object. |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
Notify(String, Object) |
Notifies the host about events generated by the script engine. |
OnCompilerError(IJSVsaError) |
Notifies the host about how to respond to compiler errors encountered by the script engine. |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |