C# Class DevEck.ScriptingEngine.Environment.MethodInfo

Represents a Method that can be directly used from script code
Show file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodInfo ( string name, Type returnType ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

MethodInfo() public method

public MethodInfo ( string name, Type returnType ) : System
name string
returnType System.Type
return System