C# Class SDF.TokenStringRegistry

Afficher le fichier Open project: bcr/sdf Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public AddAssembly ( string assemblyFilename ) : void
assemblyFilename string
Résultat void

AddObject() public méthode

public AddObject ( string name, object o ) : void
name string
o object
Résultat void

AddType() public méthode

public AddType ( Type type ) : void
type System.Type
Résultat void

NewObject() public méthode

public NewObject ( string name ) : object
name string
Résultat object

TokenStringRegistry() public méthode

public TokenStringRegistry ( ) : System
Résultat System

this() public méthode

public this ( string index ) : object
index string
Résultat object