C# Class DevEck.ScriptingEngine.Environment.ParameterInfo

Describes a single Parameter
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ParameterInfo() public méthode

public ParameterInfo ( string name, Type parameterType ) : System
name string
parameterType System.Type
Résultat System