C# Class TUP.AsmResolver.ReadingFinishedEventArgs

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

Méthodes publiques

Méthode 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 méthode

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

ReadingFinishedEventArgs() public méthode

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.
Résultat System