C# Class TUP.AsmResolver.ReadingFinishedEventArgs

Provides data for the TUP.AsmResolver.Win32Assembly.ReadingFinished event.
Mostrar archivo Open project: Rex-Hays/GNIDA Class Usage Examples

Public Methods

Method Description
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.

Method Details

ReadingFinishedEventArgs() public method

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

ReadingFinishedEventArgs() public method

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.
return System