메소드 | 설명 | |
---|---|---|
NewObject ( |
||
SendMessage ( |
||
SendMessage ( System.Machine machine, object obj, string msgname, object args ) : object | ||
SendNativeMessage ( System.Machine machine, object obj, string mthname, object args ) : object | ||
SendNativeStaticMessage ( |
메소드 | 설명 | |
---|---|---|
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 |
public static NewObject ( |
||
type | ||
args | object | |
리턴 | object |
public static SendMessage ( |
||
interpreter | ||
obj | object | |
msgname | string | |
args | object | |
리턴 | object |
public static SendMessage ( System.Machine machine, object obj, string msgname, object args ) : object | ||
machine | System.Machine | |
obj | object | |
msgname | string | |
args | object | |
리턴 | object |
public static SendNativeMessage ( System.Machine machine, object obj, string mthname, object args ) : object | ||
machine | System.Machine | |
obj | object | |
mthname | string | |
args | object | |
리턴 | object |
public static SendNativeStaticMessage ( |
||
type | ||
mthname | string | |
args | object | |
리턴 | object |