C# Class AjTalk.Language.NativeObjectBehavior

Inheritance: NativeBehavior
Afficher le fichier Open project: ajlopez/AjTalk Class Usage Examples

Méthodes publiques

Méthode Description
NativeObjectBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System

Private Methods

Méthode Description
IfNil ( System.Machine machine, object self, object arguments ) : object
IfNotNil ( System.Machine machine, object self, object arguments ) : object
IsNil ( System.Machine machine, object self, object arguments ) : object
IsNotNil ( System.Machine machine, object self, object arguments ) : object

Method Details

NativeObjectBehavior() public méthode

public NativeObjectBehavior ( IBehavior behavior, IBehavior superclass, System.Machine machine ) : System
behavior IBehavior
superclass IBehavior
machine System.Machine
Résultat System