C# Класс Evaluator.MethodResults

Wraps the results of a programmatically-accessed compilation of a method with the warnings generated by the compiler.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Invoke ( ) : object

Invokes the compiled method.

Защищенные методы

Метод Описание
MethodResults ( MethodInfo methodReference, TypeResults compiledType ) : System

Initializes a new instance of the TypeResults class.

Описание методов

Invoke() публичный Метод

Invokes the compiled method.
public Invoke ( ) : object
Результат object

MethodResults() защищенный Метод

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. ///
Результат System