| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| Class(IntPtr) |
Initializes a new instance of the Class class.
| |
| Alloc()()()() |
Allocates a new native instance.
(Inherited from Id.) | |
| Autorelease()()()() | Adds the receiver to the current autorelease pool. Original signature is '- (id)autorelease' Available in Mac OS X v10.0 and later. | |
| CastAs<(Of <<'(T>)>>)()()()() |
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.) | |
| CastTo<(Of <<'(T>)>>)()()()() |
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.) | |
| Class | Gets the class of the underlying instance. | |
| Dispose()()()() |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.) | |
| Dispose(Boolean) |
Releases unmanaged and - optionally - managed resources
(Inherited from Id.) | |
| Equals(Id) |
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.) | |
| Equals(Object) | (Inherited from Id.) | |
| Finalize()()()() |
Releases unmanaged resources and performs other cleanup operations before the
Id is reclaimed by garbage collection.
(Inherited from Id.) | |
| Get(Id) |
Gets the a Class for the specified id.
| |
| Get(Type) |
Gets the a Class for the specified type.
| |
| Get(String) |
Gets the a Class for the specified name.
| |
| Get(IntPtr) |
Gets the a Class for the specified pointer.
| |
| GetClassFromType(Type) | Obsolete.
Gets the a Class for the specified type.
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Id.) | |
| GetInstanceVariable<(Of <<'(T>)>>)(String) |
Gets the instance variable of the specified name.
(Inherited from Id.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsMapped(Type) |
Determines whether the Class for the specified type is mapped.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Name |
Gets the name.
| |
| NativePointer |
Gets or sets the native pointer.
(Inherited from Id.) | |
| Release()()()() | Decrements the receiver�s reference count. Original signature is '- (oneway void)release' Available in Mac OS X v10.0 and later. | |
| Retain()()()() | Increments the receiver�s reference count. Original signature is '- (id)retain' Available in Mac OS X v10.0 and later. | |
| SafeCastAs<(Of <<'(TInstance>)>>)(Id) |
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.) | |
| SafeCastTo<(Of <<'(TInstance>)>>)(Id) |
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.) | |
| SafeRelease(Id) | Performs a safe release operation on the given instance. The equivalent code is: if (instance != null) instance.Release(); | |
| SendMessage(String, array<Object>[]()[][]) |
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.) | |
| SendMessageSuper(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. | |
| SendMessageSuperVarArgs(Class, String, array<Object>[]()[][]) | Sends a message to the super instance of this receiver. The last parameter passed must be an object array that contains the variable list of arguments | |
| SendMessageVarArgs(String, array<Object>[]()[][]) | Sends a message to this receiver (either a Class or an object instance). The last parameter passed must be an object array that contains the variable list of arguments | |
| SetInstanceVariable<(Of <<'(T>)>>)(String, T) |
Sets the instance variable of the specified name.
(Inherited from Id.) | |
| SuperClass |
Gets the super class.
| |
| ToString()()()() | (Inherited from Object.) | |
| WrapperType |
Gets or sets the wrapper type linked to this class.
|
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)