C# Класс Nintenlord.Event_Assembler.Core.Code.Templates.CodeFillerTemplate

Template for code filler
TODO: Replace with macro
Наследование: ICodeTemplate, IFixedDocString
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
CodeFillerTemplate ( ) : System
CodeFillerTemplate ( StringComparer comparer ) : System
GetAssembly ( byte code, int offset ) : CanCauseError
GetData ( Parameter code, int?>.Func getSymbolValue ) : CanCauseError
GetLengthBytes ( Parameter code ) : int
GetLengthBytes ( byte code, int offset ) : int
Matches ( System.Language code ) : bool
Matches ( byte data, int offset ) : bool
ToString ( ) : string

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

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

public CodeFillerTemplate ( ) : System
Результат System

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

public CodeFillerTemplate ( StringComparer comparer ) : System
comparer StringComparer
Результат System

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

public GetAssembly ( byte code, int offset ) : CanCauseError
code byte
offset int
Результат CanCauseError

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

public GetData ( Parameter code, int?>.Func getSymbolValue ) : CanCauseError
code Parameter
getSymbolValue int?>.Func
Результат CanCauseError

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

public GetLengthBytes ( Parameter code ) : int
code Parameter
Результат int

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

public GetLengthBytes ( byte code, int offset ) : int
code byte
offset int
Результат int

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

public Matches ( System.Language code ) : bool
code System.Language
Результат bool

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

public Matches ( byte data, int offset ) : bool
data byte
offset int
Результат bool

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

public ToString ( ) : string
Результат string