C# Class DevEck.ScriptingEngine.Environment.MethodInfo

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

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
MethodInfo ( string name, Type returnType ) : 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

MethodInfo() public méthode

public MethodInfo ( string name, Type returnType ) : System
name string
returnType System.Type
Résultat System