C# Class Fuzzer.FuzzDescriptions.FuzzDescription

Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
FuzzDescription ( IBreakpoint snapshotBreakpoint, IBreakpoint restoreBreakpoint ) : System
Init ( ) : void
NextFuzzRun ( ) : void

Method Details

FuzzDescription() public méthode

public FuzzDescription ( IBreakpoint snapshotBreakpoint, IBreakpoint restoreBreakpoint ) : System
snapshotBreakpoint IBreakpoint
restoreBreakpoint IBreakpoint
Résultat System

Init() public méthode

public Init ( ) : void
Résultat void

NextFuzzRun() public méthode

public NextFuzzRun ( ) : void
Résultat void