C# Class ILDynaRec.TypeResolver

Afficher le fichier Open project: zapu/UnityHotSwap

Méthodes publiques

Méthode Description
FindType ( Mono.Cecil typeDef ) : Type

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

Private Methods

Méthode Description
LookupType ( Mono.Cecil typeDef ) : Type

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

Method Details

FindType() public méthode

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