C# 클래스 Cocoa.Object

상속: IDisposable
파일 보기 프로젝트 열기: mono/cocoa-sharp 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
ExportMembers ( ) : void
FromIntPtr ( IntPtr from ) : Object
ImportMembers ( ) : void
Initialize ( ) : void
Object ( IntPtr native_object ) : System
Retain ( ) : void

비공개 메소드들

메소드 설명
Dealloc ( ) : void
Object ( ) : System
ToObjCClass ( ) : ObjCClass

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

ExportMembers() 공개 메소드

public ExportMembers ( ) : void
리턴 void

FromIntPtr() 공개 정적인 메소드

public static FromIntPtr ( IntPtr from ) : Object
from System.IntPtr
리턴 Object

ImportMembers() 공개 메소드

public ImportMembers ( ) : void
리턴 void

Initialize() 공개 메소드

public Initialize ( ) : void
리턴 void

Object() 공개 메소드

public Object ( IntPtr native_object ) : System
native_object System.IntPtr
리턴 System

Retain() 공개 메소드

public Retain ( ) : void
리턴 void