C# Class Irontalk.STObject

The base class of all Irontalk objects. Objects which do not have STObject as a base class are wrapped using the T:Irontalk.STInstance class.
ファイルを表示 Open project: rezonant/irontalk Class Usage Examples

Public Methods

Method Description
Dereference ( ) : STObject
HandleDoesNotUnderstand ( STMessage msg ) : STObject
STObject ( ) : System
STObject ( STClass @class ) : System
Send ( STSymbol message ) : STObject
ToString ( ) : string

Private Methods

Method Description
GetClass ( ) : STObject
IsNil ( ) : bool

Method Details

Dereference() public method

public Dereference ( ) : STObject
return STObject

HandleDoesNotUnderstand() public method

public HandleDoesNotUnderstand ( STMessage msg ) : STObject
msg STMessage
return STObject

STObject() public method

public STObject ( ) : System
return System

STObject() public method

public STObject ( STClass @class ) : System
@class STClass
return System

Send() public method

public Send ( STSymbol message ) : STObject
message STSymbol
return STObject

ToString() public method

public ToString ( ) : string
return string