INeedEngine Interface

Definition

Defines methods that get and set references to the scripting engine.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class INeedEngine
public interface INeedEngine
type INeedEngine = interface
Public Interface INeedEngine

Methods

GetEngine()

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, gets a reference to the scripting engine.

SetEngine(VsaEngine)

This API supports the product infrastructure and is not intended to be used directly from your code.

When implemented in a class, sets a reference to the scripting engine.

Applies to

See also