C# Класс ElizaCore.Decomp

Eliza decomposition rule
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Mem ( ) : bool

Get the mem flag.

Get the mem flag.

NextRule ( ) : string

Get the next reassembly rule.

Get the next reassembly rule.

Pattern ( ) : string

Get the pattern.

Get the pattern.

Print ( int indent ) : void

Print out the decomp rule.

Print out the decomp rule.

StepRule ( ) : void

Step to the next reassembly rule.

Step to the next reassembly rule. If mem is true, pick a random rule.

Приватные методы

Метод Описание
Decomp ( string pattern, bool mem, ReasembList reasemb ) : System

Initialize the decomp rule

Описание методов

Mem() публичный Метод

Get the mem flag.
Get the mem flag.
public Mem ( ) : bool
Результат bool

NextRule() публичный Метод

Get the next reassembly rule.
Get the next reassembly rule.
public NextRule ( ) : string
Результат string

Pattern() публичный Метод

Get the pattern.
Get the pattern.
public Pattern ( ) : string
Результат string

Print() публичный Метод

Print out the decomp rule.
Print out the decomp rule.
public Print ( int indent ) : void
indent int
Результат void

StepRule() публичный Метод

Step to the next reassembly rule.
Step to the next reassembly rule. If mem is true, pick a random rule.
public StepRule ( ) : void
Результат void