The members of ObjCRuntime.Class are listed below.
See Also: Inherited members from System.Object
Public Constructors
| | Creates an instance from an unmanaged handle. |
| | Creates a class from a name. |
| | Creates a class from the specified Type. |
Public Fields
static | ThrowOnInitFailure | bool. Determines whether MonoTouch will check in the NSObject constructor if the corresponding native object was successfully created (the default value is true). |
Public Properties
| [read-only] | Handle | IntPtr. Handle (pointer) to the unmanaged object representation. |
| [read-only] | Name | string. The Objective-C name for this class. |
| [read-only] | SuperClass | IntPtr. The Objective-C handle to the super class for this class. |
Public Methods