C# 클래스 Patcher.Rules.RuleEngine

상속: IDisposable
파일 보기 프로젝트 열기: unforbidable/patcher 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CompiledRulesAssemblyPath string

Private Properties

프로퍼티 타입 설명
ExtractCompiledAssemblyFile void

공개 메소드들

메소드 설명
Dispose ( ) : void
GetParam ( string name, float defaultValue ) : float
GetParam ( string name, int defaultValue ) : int
GetParam ( string name, string defaultValue ) : string
Load ( ) : void
RuleEngine ( DataContext context ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
ExtractCompiledAssemblyFile ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetParam() 공개 메소드

public GetParam ( string name, float defaultValue ) : float
name string
defaultValue float
리턴 float

GetParam() 공개 메소드

public GetParam ( string name, int defaultValue ) : int
name string
defaultValue int
리턴 int

GetParam() 공개 메소드

public GetParam ( string name, string defaultValue ) : string
name string
defaultValue string
리턴 string

Load() 공개 메소드

public Load ( ) : void
리턴 void

RuleEngine() 공개 메소드

public RuleEngine ( DataContext context ) : System
context DataContext
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void

프로퍼티 상세

CompiledRulesAssemblyPath 공개적으로 정적으로 프로퍼티

public static string CompiledRulesAssemblyPath
리턴 string