C# Class Fuzzer.TargetConnectors.SymbolTableMethod

Inheritance: ISymbolTableMethod
Show file Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Resolve ( ) : void
SymbolTableMethod ( ISymbolTable symbolTable, string name, ISymbolTableVariable parameters ) : System

Method Details

Resolve() public method

public Resolve ( ) : void
return void

SymbolTableMethod() public method

public SymbolTableMethod ( ISymbolTable symbolTable, string name, ISymbolTableVariable parameters ) : System
symbolTable ISymbolTable
name string
parameters ISymbolTableVariable
return System