C# 클래스 Evaluator.MethodResults

Wraps the results of a programmatically-accessed compilation of a method with the warnings generated by the compiler.
파일 보기 프로젝트 열기: swax/SwarmNLP 1 사용 예제들

공개 메소드들

메소드 설명
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