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

Uses the JScript eval function to compile and evaluate the expression against the context on each evaluation.
상속: EvaluationStrategy
파일 보기 프로젝트 열기: elmah/Elmah

공개 메소드들

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

메소드 상세

Eval() 공개 메소드

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

PartialTrustEvaluationStrategy() 공개 메소드

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