ClassObject Methods | |
The ClassObject type exposes the following members.
Functions
| Name | Description |
---|
| New |
Create a new instance of the class.
|
| NoIvarGet |
Late bound access to class/static vars
|
| NoIvarPut |
Late bound assign for class/static vars
|
| NoMethod |
Late bound calls for Static/Class methods.
|
TopSee Also