C# 클래스 Z.Expressions.EvalManager

파일 보기 프로젝트 열기: zzzprojects/Eval-Expression.NET

공개 메소드들

메소드 설명
AddLicense ( string licenseName, string licenseKey ) : void

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-expression.net/).

비공개 메소드들

메소드 설명
EvalManager ( ) : System.Runtime.Caching

Static constructor.

메소드 상세

AddLicense() 공개 정적인 메소드

Add the PRO license purchased from ZZZ Projects Inc. (http://eval-expression.net/).
public static AddLicense ( string licenseName, string licenseKey ) : void
licenseName string The license name.
licenseKey string The license key.
리턴 void