ArcadeScriptEngine Class Members
In This Topic
The following tables list the members exposed by ArcadeScriptEngine.
Public Properties
| Name | Description |
![Public Property](template/packages/core-dotnet/images/publicProperty.png) ![static (Shared in Visual Basic)](template/packages/core-dotnet/images/static.png) | Instance |
Gets the singleton ArcadeScriptEngine instance.
|
Top
Public Methods
| Name | Description |
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | CreateEvaluator |
Creates an instance of an Arcade script evaluator.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetRequiredVersion |
Gets the minimum required version of Arcade needed for the given expression.
This method must be called on the MCT. Use QueuedTask.Run.
|
![Public Method](template/packages/core-dotnet/images/publicMethod.png) | GetVersion |
Gets the current version of Arcade in use by this engine.
This method must be called on the MCT. Use QueuedTask.Run.
|
Top
See Also