C# 클래스 Smartmobili.Cocoa.id

파일 보기 프로젝트 열기: smartmobili/CocoaBuilder 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_isInited bool

공개 메소드들

메소드 설명
GetClass ( ) : Class
Init ( ) : id
IsEqual ( id otherObj ) : bool
IsKindOfClass ( Class aClass ) : bool
PerformSelector ( SEL aSelector ) : id
PerformSelector ( SEL aSelector, id anObject ) : id
RELEASE ( object obj ) : void
RespondsToSelector ( SEL aSelector ) : bool
Retain ( ) : id
id ( ) : System

메소드 상세

GetClass() 공개 메소드

public GetClass ( ) : Class
리턴 Class

Init() 공개 메소드

public Init ( ) : id
리턴 id

IsEqual() 공개 메소드

public IsEqual ( id otherObj ) : bool
otherObj id
리턴 bool

IsKindOfClass() 공개 메소드

public IsKindOfClass ( Class aClass ) : bool
aClass Class
리턴 bool

PerformSelector() 공개 메소드

public PerformSelector ( SEL aSelector ) : id
aSelector SEL
리턴 id

PerformSelector() 공개 메소드

public PerformSelector ( SEL aSelector, id anObject ) : id
aSelector SEL
anObject id
리턴 id

RELEASE() 공개 메소드

public RELEASE ( object obj ) : void
obj object
리턴 void

RespondsToSelector() 공개 메소드

public RespondsToSelector ( SEL aSelector ) : bool
aSelector SEL
리턴 bool

Retain() 공개 메소드

public Retain ( ) : id
리턴 id

id() 공개 메소드

public id ( ) : System
리턴 System

프로퍼티 상세

_isInited 보호되어 있는 프로퍼티

protected bool _isInited
리턴 bool