C# Class Treefrog.Framework.TypeRegistry

Show file Open project: jaquadro/Treefrog

Public Methods

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

Method Details

Create() public method

public Create ( string type ) : object
type string
return object

Lookup() public method

public Lookup ( string type ) : Type
type string
return System.Type

Register() public method

public Register ( string name, Type type ) : void
name string
type System.Type
return void

TypeRegistry() public method

public TypeRegistry ( ) : System
return System