C# 클래스 TriAxis.RunSharp.TypeMapper

상속: ITypeMapper
파일 보기 프로젝트 열기: AqlaSolutions/runsharp 1 사용 예제들

공개 메소드들

메소드 설명
GetType ( string fullName, Assembly context = null ) : Type
MapType ( System type, bool demand ) : Type

Translate a System.Type into the universe's type representation

TypeMapper ( ) : System
TypeMapper ( IKVM.Reflection.Universe universe ) : System

메소드 상세

GetType() 공개 메소드

public GetType ( string fullName, Assembly context = null ) : Type
fullName string
context Assembly
리턴 IKVM.Reflection.Type

MapType() 공개 메소드

Translate a System.Type into the universe's type representation
public MapType ( System type, bool demand ) : Type
type System
demand bool
리턴 IKVM.Reflection.Type

TypeMapper() 공개 메소드

public TypeMapper ( ) : System
리턴 System

TypeMapper() 공개 메소드

public TypeMapper ( IKVM.Reflection.Universe universe ) : System
universe IKVM.Reflection.Universe
리턴 System