C# Class Irontalk.STNamespace

Inheritance: STRuntimeObject
Exibir arquivo Open project: rezonant/irontalk Class Usage Examples

Public Methods

Method Description
Build ( string name, NSPrototype prototype ) : STNamespace
Build ( NSPrototype>.Dictionary prototypes ) : void
Install ( STSymbol key, STObject value ) : void
STNamespace ( string name, string fullName ) : System

Private Methods

Method Description
DoesNotUnderstand ( STMessage msg ) : object
GetName ( ) : string
ToString ( ) : string

Method Details

Build() public static method

public static Build ( string name, NSPrototype prototype ) : STNamespace
name string
prototype NSPrototype
return STNamespace

Build() public method

public Build ( NSPrototype>.Dictionary prototypes ) : void
prototypes NSPrototype>.Dictionary
return void

Install() public method

public Install ( STSymbol key, STObject value ) : void
key STSymbol
value STObject
return void

STNamespace() public method

public STNamespace ( string name, string fullName ) : System
name string
fullName string
return System