C# Class Smartmobili.Cocoa.id

Mostra file Open project: smartmobili/CocoaBuilder Class Usage Examples

Protected Properties

Property Type Description
_isInited bool

Public Methods

Method Description
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

Method Details

GetClass() public method

public GetClass ( ) : Class
return Class

Init() public method

public Init ( ) : id
return id

IsEqual() public method

public IsEqual ( id otherObj ) : bool
otherObj id
return bool

IsKindOfClass() public method

public IsKindOfClass ( Class aClass ) : bool
aClass Class
return bool

PerformSelector() public method

public PerformSelector ( SEL aSelector ) : id
aSelector SEL
return id

PerformSelector() public method

public PerformSelector ( SEL aSelector, id anObject ) : id
aSelector SEL
anObject id
return id

RELEASE() public method

public RELEASE ( object obj ) : void
obj object
return void

RespondsToSelector() public method

public RespondsToSelector ( SEL aSelector ) : bool
aSelector SEL
return bool

Retain() public method

public Retain ( ) : id
return id

id() public method

public id ( ) : System
return System

Property Details

_isInited protected_oe property

protected bool _isInited
return bool