C# Класс ILDynaRec.TypeResolver

Показать файл Открыть проект

Открытые методы

Метод Описание
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