C# Class AjTalk.Language.DotNetObject

Mostrar archivo Open project: ajlopez/AjTalk

Public Methods

Method Description
NewObject ( Type type, object args ) : object
SendMessage ( Interpreter interpreter, object obj, string msgname, object args ) : object
SendMessage ( System.Machine machine, object obj, string msgname, object args ) : object
SendNativeMessage ( System.Machine machine, object obj, string mthname, object args ) : object
SendNativeStaticMessage ( Type type, string mthname, object args ) : object

Private Methods

Method Description
AtMethod ( System.Machine machine, object obj, object args ) : object
AtPutMethod ( System.Machine machine, object obj, object args ) : object
DotNetObject ( ) : System
GetAtMethod ( System.Machine machine, object obj, object args ) : object
GetMethod ( System.Machine machine, object obj, object args ) : object
SetAtPutMethod ( System.Machine machine, object obj, object args ) : object
SetPutMethod ( System.Machine machine, object obj, object args ) : object

Method Details

NewObject() public static method

public static NewObject ( Type type, object args ) : object
type System.Type
args object
return object

SendMessage() public static method

public static SendMessage ( Interpreter interpreter, object obj, string msgname, object args ) : object
interpreter Interpreter
obj object
msgname string
args object
return object

SendMessage() public static method

public static SendMessage ( System.Machine machine, object obj, string msgname, object args ) : object
machine System.Machine
obj object
msgname string
args object
return object

SendNativeMessage() public static method

public static SendNativeMessage ( System.Machine machine, object obj, string mthname, object args ) : object
machine System.Machine
obj object
mthname string
args object
return object

SendNativeStaticMessage() public static method

public static SendNativeStaticMessage ( Type type, string mthname, object args ) : object
type System.Type
mthname string
args object
return object