C# 클래스 Server.TypeCache

파일 보기 프로젝트 열기: Grimoric/RunUO.T2A 1 사용 예제들

공개 메소드들

메소드 설명
GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
GetTypeByName ( string name, bool ignoreCase ) : Type
TypeCache ( Assembly asm ) : System

메소드 상세

GetTypeByFullName() 공개 메소드

public GetTypeByFullName ( string fullName, bool ignoreCase ) : Type
fullName string
ignoreCase bool
리턴 System.Type

GetTypeByName() 공개 메소드

public GetTypeByName ( string name, bool ignoreCase ) : Type
name string
ignoreCase bool
리턴 System.Type

TypeCache() 공개 메소드

public TypeCache ( Assembly asm ) : System
asm System.Reflection.Assembly
리턴 System