C# Class Irontalk.STNativeMethod

Inheritance: STCompiledMethod
Afficher le fichier Open project: rezonant/irontalk

Méthodes publiques

Méthode Description
Invoke ( STMessage message ) : STObject
STNativeMethod ( STMethodPrototype prototype, STBlock block ) : System

Private Methods

Méthode Description
ToString ( ) : string

Method Details

Invoke() public méthode

public Invoke ( STMessage message ) : STObject
message STMessage
Résultat STObject

STNativeMethod() public méthode

public STNativeMethod ( STMethodPrototype prototype, STBlock block ) : System
prototype STMethodPrototype
block STBlock
Résultat System