C# 클래스 TUP.AsmResolver.ReadingFinishedEventArgs

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

공개 메소드들

메소드 설명
ReadingFinishedEventArgs ( Exception ex ) : System

Creates a new instance of the ReadingFinishedEventArgs containing error data.

ReadingFinishedEventArgs ( InstructionCollection instructions ) : System

Creates a new instance of the ReadingFinishedEventArgs containing the parsed instructions.

메소드 상세

ReadingFinishedEventArgs() 공개 메소드

Creates a new instance of the ReadingFinishedEventArgs containing error data.
public ReadingFinishedEventArgs ( Exception ex ) : System
ex System.Exception The error that occured.
리턴 System

ReadingFinishedEventArgs() 공개 메소드

Creates a new instance of the ReadingFinishedEventArgs containing the parsed instructions.
public ReadingFinishedEventArgs ( InstructionCollection instructions ) : System
instructions TUP.AsmResolver.ASM.InstructionCollection The instructions the assembly has read.
리턴 System