C# 클래스 Fuzzer.Scripting.Environments.ScriptedDataGeneratorEnvironment

상속: BasicEnvironment
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
ScriptedDataGeneratorEnvironment ( ScriptingLanguage language, Action setDataCallback, string>.IDictionary config ) : System
SetValue ( string name, object value ) : void

비공개 메소드들

메소드 설명
GetValue ( string name ) : object
ValueIsSet ( string name ) : bool

메소드 상세

ScriptedDataGeneratorEnvironment() 공개 메소드

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

SetValue() 공개 메소드

public SetValue ( string name, object value ) : void
name string
value object
리턴 void