C# Class ILDynaRec.Instrument

Afficher le fichier Open project: zapu/UnityHotSwap

Méthodes publiques

Méthode Description
InstrumentAssembly ( Mono.Cecil assembly ) : void
InstrumentType ( Mono.Cecil type ) : void
IterateInstructions ( Mono.Cecil method ) : IEnumerable

Yields method instructions but skips hotpatch code if the method is hotpatch-instrumented.

Method Details

InstrumentAssembly() public static méthode

public static InstrumentAssembly ( Mono.Cecil assembly ) : void
assembly Mono.Cecil
Résultat void

InstrumentType() public static méthode

public static InstrumentType ( Mono.Cecil type ) : void
type Mono.Cecil
Résultat void

IterateInstructions() public static méthode

Yields method instructions but skips hotpatch code if the method is hotpatch-instrumented.
public static IterateInstructions ( Mono.Cecil method ) : IEnumerable
method Mono.Cecil
Résultat IEnumerable