Table of Contents

TatScript.VirtualMachine Property

VirtualMachine property provides access to the script virtual machine. The virtual machine is the object which effectively executes the compiled p-code. See TatVirtualMachine class for more info.

Syntax

Unit: atScript

property TatScript.VirtualMachine: TatVirtualMachine

See also