PythonScript Xojo Plugin

PythonXojoModule.AddClass Method (console safe)

Adds a class to the module.

AddClass(
   classToAdd as PythonXojoClass)

Parameters

classToAdd
The class to add to the module

Remarks

If registering a class then this method must be called on the module before the module is registered to Python.

See Also

PythonXojoModule Class