C# Класс ILDynaRec.Instrument

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

InstrumentAssembly() публичный статический Метод

public static InstrumentAssembly ( Mono.Cecil assembly ) : void
assembly Mono.Cecil
Результат void

InstrumentType() публичный статический Метод

public static InstrumentType ( Mono.Cecil type ) : void
type Mono.Cecil
Результат void

IterateInstructions() публичный статический Метод

Yields method instructions but skips hotpatch code if the method is hotpatch-instrumented.
public static IterateInstructions ( Mono.Cecil method ) : IEnumerable
method Mono.Cecil
Результат IEnumerable