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.
|
public static InstrumentAssembly ( Mono.Cecil assembly ) : void | ||
assembly | Mono.Cecil | |
return | void |
public static InstrumentType ( Mono.Cecil type ) : void | ||
type | Mono.Cecil | |
return | void |
public static IterateInstructions ( Mono.Cecil method ) : IEnumerable |
||
method | Mono.Cecil | |
return | IEnumerable |