C# Class Evaluator.MethodResults

Wraps the results of a programmatically-accessed compilation of a method with the warnings generated by the compiler.
Afficher le fichier Open project: swax/SwarmNLP Class Usage Examples

Méthodes publiques

Méthode Description
Invoke ( ) : object

Invokes the compiled method.

Méthodes protégées

Méthode Description
MethodResults ( MethodInfo methodReference, TypeResults compiledType ) : System

Initializes a new instance of the TypeResults class.

Method Details

Invoke() public méthode

Invokes the compiled method.
public Invoke ( ) : object
Résultat object

MethodResults() protected méthode

Initializes a new instance of the TypeResults class.
protected MethodResults ( MethodInfo methodReference, TypeResults compiledType ) : System
methodReference System.Reflection.MethodInfo /// The reflected information on the final method produced by the compiler. ///
compiledType TypeResults /// The results of the programmatically-accessed compilation of the containing type. ///
Résultat System