C# Class Fuzzer.Scripting.Environments.ScriptedDataGeneratorEnvironment

Inheritance: BasicEnvironment
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode Description
ScriptedDataGeneratorEnvironment ( ScriptingLanguage language, Action setDataCallback, string>.IDictionary config ) : System
SetValue ( string name, object value ) : void

Private Methods

Méthode Description
GetValue ( string name ) : object
ValueIsSet ( string name ) : bool

Method Details

ScriptedDataGeneratorEnvironment() public méthode

public ScriptedDataGeneratorEnvironment ( ScriptingLanguage language, Action setDataCallback, string>.IDictionary config ) : System
language ScriptingLanguage
setDataCallback Action
config string>.IDictionary
Résultat System

SetValue() public méthode

public SetValue ( string name, object value ) : void
name string
value object
Résultat void