Wren Plugin for Xojo

VM.CreateCallHandle Method

Creates call handle to call a method in Wren script.

CreateCallHandle(
   signature as String) as EinhugurWren.Handle

Parameters

signature
Signature of the method. Note that parameter is like Foo(_,_).

Returns

EinhugurWren.Handle
Handle to the method caller.

Remarks

See Also

VM Class