C# Class ILDynaRec.TypeResolver

Mostrar archivo Open project: zapu/UnityHotSwap

Public Methods

Method Description
FindType ( Mono.Cecil typeDef ) : Type

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

Private Methods

Method 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 method

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