Click or drag to resize

CVM Methods

The CVM type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreate
Create a VM.
Public methodStatic memberCreateExt
Create a VM, using one of the <define>GS_TYPES</define> special data types.
Protected methodDispose (Overrides CHANDLEDispose(Boolean).)
Public methodiGetInt
Get an integer element from a VM.
Public methodIGetString(Int32, String)
Get a string element from a VM.
Public methodIGetString(Int32, String, Int32)
Get a string element from a VM.
Public methodiLength
Returns current VM length.
Public methodReSize
Re-set the size of a VM.
Public methodrGetReal
Get a real element from a VM.
Public methodSetInt
Set an integer element in a VM.
Public methodSetReal
Set a real element in a VM.
Public methodSetString
Set a string element in a VM.
Top
See Also