C# Class Treefrog.Framework.TypeRegistry

Afficher le fichier Open project: jaquadro/Treefrog

Méthodes publiques

Méthode Description
Create ( string type ) : object
Lookup ( string type ) : Type
Register ( string name, Type type ) : void
TypeRegistry ( ) : System

Method Details

Create() public méthode

public Create ( string type ) : object
type string
Résultat object

Lookup() public méthode

public Lookup ( string type ) : Type
type string
Résultat System.Type

Register() public méthode

public Register ( string name, Type type ) : void
name string
type System.Type
Résultat void

TypeRegistry() public méthode

public TypeRegistry ( ) : System
Résultat System