C# Class Patcher.Rules.RuleEngine

Inheritance: IDisposable
Afficher le fichier Open project: unforbidable/patcher Class Usage Examples

Méthodes publiques

Свойство Type Description
CompiledRulesAssemblyPath string

Private Properties

Свойство Type Description
ExtractCompiledAssemblyFile void

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
ExtractCompiledAssemblyFile ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetParam() public méthode

public GetParam ( string name, float defaultValue ) : float
name string
defaultValue float
Résultat float

GetParam() public méthode

public GetParam ( string name, int defaultValue ) : int
name string
defaultValue int
Résultat int

GetParam() public méthode

public GetParam ( string name, string defaultValue ) : string
name string
defaultValue string
Résultat string

Load() public méthode

public Load ( ) : void
Résultat void

RuleEngine() public méthode

public RuleEngine ( DataContext context ) : System
context DataContext
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void

Property Details

CompiledRulesAssemblyPath public_oe static_oe property

public static string CompiledRulesAssemblyPath
Résultat string