AjTalk.Language.ExecutionContext.ExecutionContext C# (CSharp) Метод

ExecutionContext() публичный Метод

public ExecutionContext ( System.Machine machine, object nativeself, Block block, object arguments ) : System
machine System.Machine
nativeself object
block Block
arguments object
Результат System
        public ExecutionContext(Machine machine, object nativeself, Block block, object[] arguments)
            : this(block, arguments)
        {
            this.machine = machine;
            this.nativeSelf = nativeself;
        }

Same methods

ExecutionContext::ExecutionContext ( Block block, object arguments ) : System
ExecutionContext::ExecutionContext ( System.Machine machine, IObject self, Block block, object arguments ) : System