C# Class Irontalk.STNativeMethod

Inheritance: STCompiledMethod
Mostra file Open project: rezonant/irontalk

Public Methods

Method Description
Invoke ( STMessage message ) : STObject
STNativeMethod ( STMethodPrototype prototype, STBlock block ) : System

Private Methods

Method Description
ToString ( ) : string

Method Details

Invoke() public method

public Invoke ( STMessage message ) : STObject
message STMessage
return STObject

STNativeMethod() public method

public STNativeMethod ( STMethodPrototype prototype, STBlock block ) : System
prototype STMethodPrototype
block STBlock
return System