C# 클래스 ILDynaRec.Instrument

파일 보기 프로젝트 열기: zapu/UnityHotSwap

공개 메소드들

메소드 설명
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