RBScript.Context Property

Syntax

Context as Object


Object (e.g., window or class) that is made available to the RBScript. For example, you can create a custom class and assign it to the Context property.

The script would then have access to the methods and properties of this class. The methods become global methods and the properties become global properties.