BaseVsaSite Class
Enables communication between the host and the script engine.
Assembly: Microsoft.JScript (in Microsoft.JScript.dll)
| Name | Description | |
|---|---|---|
![]() | BaseVsaSite() | Creates a new site. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetCompiledState(array<Byte>^%, array<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 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() | |
![]() | MemberwiseClone() | |
![]() | 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.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


