The members of MonoTouch.ObjCRuntime.Class are listed below.
See Also: Inherited members from System.Object
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). |
static | GetHandle(string)Returns the unmanaged handle to the Objective-C Class. | |
static | GetHandle(Type)Gets the Objective-C handle to the given type. | |
static | GetHandleIntrinsic(string)Gets the Objective-C handle to the given type. | |
static | RegisterMethods(Type, Dictionary<IntPtr, MethodDescription>)Registers the methods in the specified type with the runtime. | |