MonoMac.ObjCRuntime.Class Members

The members of MonoMac.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 Properties

[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.
[read-only]
Namestring. The Objective-C name for this class.
[read-only]
SuperClassIntPtr. The Objective-C handle to the super class for this class.

Public Methods

static
GetHandle(string) : IntPtr
Returns the unmanaged handle to the Objective-C Class.
static
IsCustomType(Type) : bool
Documentation for this section has not yet been entered.