C# 클래스 Treefrog.Framework.TypeRegistry

파일 보기 프로젝트 열기: jaquadro/Treefrog

공개 메소드들

메소드 설명
Create ( string type ) : object
Lookup ( string type ) : Type
Register ( string name, Type type ) : void
TypeRegistry ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( string type ) : object
type string
리턴 object

Lookup() 공개 메소드

public Lookup ( string type ) : Type
type string
리턴 System.Type

Register() 공개 메소드

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

TypeRegistry() 공개 메소드

public TypeRegistry ( ) : System
리턴 System