C# Class AjTalk.Language.DotNetObject

Afficher le fichier Open project: ajlopez/AjTalk

Méthodes publiques

Méthode 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

Méthode 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 méthode

public static NewObject ( Type type, object args ) : object
type System.Type
args object
Résultat object

SendMessage() public static méthode

public static SendMessage ( Interpreter interpreter, object obj, string msgname, object args ) : object
interpreter Interpreter
obj object
msgname string
args object
Résultat object

SendMessage() public static méthode

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

SendNativeMessage() public static méthode

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

SendNativeStaticMessage() public static méthode

public static SendNativeStaticMessage ( Type type, string mthname, object args ) : object
type System.Type
mthname string
args object
Résultat object