C# 클래스 TUP.AsmResolver.ReadingProcessChangedEventArgs

Provides data for the TUP.AsmResolver.Win32Assembly.ReadingProcessChanged event.
파일 보기 프로젝트 열기: Rex-Hays/GNIDA 1 사용 예제들

공개 메소드들

메소드 설명
ReadingProcessChangedEventArgs ( long totallength, int currentoffset, x86Instruction NewInstruction ) : System

Creates a new instance of the ReadingProcessChangedEventArgs containing information about the new instruction and offset.

메소드 상세

ReadingProcessChangedEventArgs() 공개 메소드

Creates a new instance of the ReadingProcessChangedEventArgs containing information about the new instruction and offset.
public ReadingProcessChangedEventArgs ( long totallength, int currentoffset, x86Instruction NewInstruction ) : System
totallength long The total lenght of the bytes.
currentoffset int The current offset of the bytes.
NewInstruction TUP.AsmResolver.ASM.x86Instruction The new instruction that is read from the bytes.
리턴 System