C# Class ILDynaRec.Instrument

Exibir arquivo Open project: zapu/UnityHotSwap

Public Methods

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

public static InstrumentAssembly ( Mono.Cecil assembly ) : void
assembly Mono.Cecil
return void

InstrumentType() public static method

public static InstrumentType ( Mono.Cecil type ) : void
type Mono.Cecil
return void

IterateInstructions() public static method

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