Class#

The classes below are bindings for SAMSON SDK classes that define fundamental mechanisms used for class introspection in SAMSON. In particular, all exposed classes in SAMSON derive from samson.SBClass, and each exposed class has an associated class proxy, derived from samson.SBClassProxy, that contains a description of the class factory (its constructors) and the class interface (its functions).

See also

SAMSON SDK: The SBCClass Library

SAMSON SDK: Introspection