This topic has not yet been rated - Rate this topic

IVsaEngine Methods

The methods of the IVsaEngine interface are listed here. For a complete list of IVsaEngine interface members, see the IVsaEngine Members topic.

Public Methods

public methodClose Closes the script engine and releases all resources. If the script engine is currently running, the IVsaEngine.Reset method is called first.
public methodCompile Causes the script engine to compile the existing source state.
public methodGetOption Gets implementation-specific options for a script engine.
public methodInitNew Provides a notification that the initialization phase is complete and that the script engine is prepared for the addition of IVsaItem objects.
public methodIsValidIdentifier Checks whether the supplied identifier is valid for the script engine.
public methodLoadSourceState Directs the script engine to load source items from their point of persistence, as specified by the host-provided object that implements the IVsaPersistSite interface.
public methodReset Removes the script engine from the running state and disconnects automatically bound event handlers.
public methodRevokeCache Invalidates the cached assembly for a script engine, as specified by its root moniker.
public methodRun Initiates execution of compiled code in the script engine and binds all event handlers.
public methodSaveCompiledState Saves the compiled state of the script engine; optionally, it also saves debugging information.
public methodSaveSourceState Directs the script engine to persist its source state to the specified IVsaPersistSite object.
public methodSetOption Sets implementation-specific options for a script engine.

See Also

IVsaEngine Interface | Microsoft.Vsa Namespace

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.