C# Class Cocoa.Object

Inheritance: IDisposable
Mostra file Open project: mono/cocoa-sharp Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
ExportMembers ( ) : void
FromIntPtr ( IntPtr from ) : Object
ImportMembers ( ) : void
Initialize ( ) : void
Object ( IntPtr native_object ) : System
Retain ( ) : void

Private Methods

Method Description
Dealloc ( ) : void
Object ( ) : System
ToObjCClass ( ) : ObjCClass

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ExportMembers() public method

public ExportMembers ( ) : void
return void

FromIntPtr() public static method

public static FromIntPtr ( IntPtr from ) : Object
from System.IntPtr
return Object

ImportMembers() public method

public ImportMembers ( ) : void
return void

Initialize() public method

public Initialize ( ) : void
return void

Object() public method

public Object ( IntPtr native_object ) : System
native_object System.IntPtr
return System

Retain() public method

public Retain ( ) : void
return void