Method | Description | |
---|---|---|
FindType ( Mono.Cecil typeDef ) : |
Find runtime type in current AppDomain based on Cecil.TypeReference.
|
Method | Description | |
---|---|---|
LookupType ( Mono.Cecil typeDef ) : |
Find runtime type in current AppDomain based on Cecil.TypeReference. Do the actual lookup for type
|
public FindType ( Mono.Cecil typeDef ) : |
||
typeDef | Mono.Cecil | Cecil type reference. |
return |