Свойство | Тип | Описание | |
---|---|---|---|
HasReturnValue | bool | ||
InstructionPointer | int | ||
LastReceiver | object | ||
ReturnValue | object | ||
Sender | |||
Stack | IList |
Метод | Описание | |
---|---|---|
ExecutionContext ( System.Machine machine, IObject self, |
||
ExecutionContext ( System.Machine machine, object nativeself, |
Метод | Описание | |
---|---|---|
ExecutionContext ( |
||
GetArgument ( int nargument ) : object | ||
GetLocal ( int nlocal ) : object | ||
GetParentArgument ( int nargument ) : object | ||
GetParentLocal ( int nlocal ) : object | ||
Pop ( ) : object | ||
Push ( object obj ) : void | ||
SetArgument ( int nargument, object value ) : void | ||
SetLocal ( int nlocal, object value ) : void | ||
SetParentArgument ( int nargument, object value ) : void | ||
SetParentLocal ( int nlocal, object value ) : void |
public ExecutionContext ( System.Machine machine, IObject self, |
||
machine | System.Machine | |
self | IObject | |
block | ||
arguments | object | |
Результат | System |
public ExecutionContext ( System.Machine machine, object nativeself, |
||
machine | System.Machine | |
nativeself | object | |
block | ||
arguments | object | |
Результат | System |