C# Class ILDynaRec.Recompiler

Afficher le fichier Open project: zapu/UnityHotSwap Class Usage Examples

Méthodes publiques

Méthode Description
FindType ( Mono.Cecil typeRef ) : Type
RecompileMethod ( Mono.Cecil methodDef ) : DynamicMethod
Recompiler ( ) : System

Private Methods

Méthode Description
EmitInstruction ( ILGenerator il, OpCode opcode, Mono.Cecil operandMethod ) : void
FindOpcode ( Mono.Cecil cop ) : OpCode

Method Details

FindType() public méthode

public FindType ( Mono.Cecil typeRef ) : Type
typeRef Mono.Cecil
Résultat System.Type

RecompileMethod() public méthode

public RecompileMethod ( Mono.Cecil methodDef ) : DynamicMethod
methodDef Mono.Cecil
Résultat System.Reflection.Emit.DynamicMethod

Recompiler() public méthode

public Recompiler ( ) : System
Résultat System