C# Class DevEck.ScriptingEngine.Environment.ParameterInfo

Describes a single Parameter
Mostra file Open project: areiter/InMemoryFuzzing Class Usage Examples

Public Methods

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

Method Details

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

ParameterInfo() public method

public ParameterInfo ( string name, Type parameterType ) : System
name string
parameterType System.Type
return System