C# Class SDF.TokenStringRegistry

Show file Open project: bcr/sdf Class Usage Examples

Public Methods

Method Description
AddAssembly ( string assemblyFilename ) : void
AddObject ( string name, object o ) : void
AddType ( Type type ) : void
NewObject ( string name ) : object
TokenStringRegistry ( ) : System
this ( string index ) : object

Method Details

AddAssembly() public method

public AddAssembly ( string assemblyFilename ) : void
assemblyFilename string
return void

AddObject() public method

public AddObject ( string name, object o ) : void
name string
o object
return void

AddType() public method

public AddType ( Type type ) : void
type System.Type
return void

NewObject() public method

public NewObject ( string name ) : object
name string
return object

TokenStringRegistry() public method

public TokenStringRegistry ( ) : System
return System

this() public method

public this ( string index ) : object
index string
return object