C# 클래스 Shared.TypeUtils

파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 메소드들

메소드 설명
IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
Resolve ( string fullName ) : Type

메소드 상세

IsSubclassOfRawGeneric() 공개 정적인 메소드

public static IsSubclassOfRawGeneric ( Type generic, Type toCheck, Type &actualGeneric ) : bool
generic System.Type
toCheck System.Type
actualGeneric System.Type
리턴 bool

Resolve() 공개 정적인 메소드

public static Resolve ( string fullName ) : Type
fullName string
리턴 System.Type