C# 클래스 Elmah.Assertions.JScriptAssertion.FullTrustEvaluationStrategy

Compiles the given expression into a JScript function at time of construction and then simply invokes it during evaluation, using the context as a parameter.
상속: EvaluationStrategy
파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

메소드 설명
Eval ( object context ) : bool
FullTrustEvaluationStrategy ( string expression, VsaEngine engine ) : System
IsApplicable ( ) : bool

비공개 메소드들

메소드 설명
DefaultThisObject ( VsaEngine engine ) : object

메소드 상세

Eval() 공개 메소드

public Eval ( object context ) : bool
context object
리턴 bool

FullTrustEvaluationStrategy() 공개 메소드

public FullTrustEvaluationStrategy ( string expression, VsaEngine engine ) : System
expression string
engine Microsoft.JScript.Vsa.VsaEngine
리턴 System

IsApplicable() 공개 정적인 메소드

public static IsApplicable ( ) : bool
리턴 bool