C# 클래스 ILDynaRec.TypeResolver

파일 보기 프로젝트 열기: zapu/UnityHotSwap

공개 메소드들

메소드 설명
FindType ( Mono.Cecil typeDef ) : Type

Find runtime type in current AppDomain based on Cecil.TypeReference.

비공개 메소드들

메소드 설명
LookupType ( Mono.Cecil typeDef ) : Type

Find runtime type in current AppDomain based on Cecil.TypeReference. Do the actual lookup for type

메소드 상세

FindType() 공개 메소드

Find runtime type in current AppDomain based on Cecil.TypeReference.
public FindType ( Mono.Cecil typeDef ) : Type
typeDef Mono.Cecil Cecil type reference.
리턴 System.Type