Version: 4.1.5
4 Raw Runtime Functions
Finds a registered class by name.
Interns a selector given its name in string form.
Allocates a new Objective-C class.
Registers an Objective-C class.
Returns the class of an object (or the meta-class of a class).
Adds a method to a class. The type argument must be a FFI C
type (see Type Constructors) that matches both imp and and the not
Objective-C type string type-encoding.
Adds an instance variable to an Objective-C class.
Gets the value of an instance variable whose type is _pointer.
Sets the value of an instance variable whose type is _pointer.
The type of an Objective-C instance variable, an opaque pointer.
Calls the Objective-C method on _id named by sel.
The types vector must contain one more than the number of
supplied args; the first FFI C type in type is used
as the result type.
Like objc_msgSend/typed, but for a super call.
Constructor and FFI C type use for super calls.