C# Class Cocoa.Object

Inheritance: IDisposable
Afficher le fichier Open project: mono/cocoa-sharp Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
Dealloc ( ) : void
Object ( ) : System
ToObjCClass ( ) : ObjCClass

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ExportMembers() public méthode

public ExportMembers ( ) : void
Résultat void

FromIntPtr() public static méthode

public static FromIntPtr ( IntPtr from ) : Object
from System.IntPtr
Résultat Object

ImportMembers() public méthode

public ImportMembers ( ) : void
Résultat void

Initialize() public méthode

public Initialize ( ) : void
Résultat void

Object() public méthode

public Object ( IntPtr native_object ) : System
native_object System.IntPtr
Résultat System

Retain() public méthode

public Retain ( ) : void
Résultat void