C# Class Fuzzer.Scripting.Environments.ScriptedDataGeneratorEnvironment

Inheritance: BasicEnvironment
Show file Open project: areiter/InMemoryFuzzing

Public Methods

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

Private Methods

Method Description
GetValue ( string name ) : object
ValueIsSet ( string name ) : bool

Method Details

ScriptedDataGeneratorEnvironment() public method

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

SetValue() public method

public SetValue ( string name, object value ) : void
name string
value object
return void