C# Класс PacketLoggerToFile.Util.FunctionInfo

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Detour System.Delegate
MapleStoryFunctions List
Name string
Offset int
Pattern string
TargetType System.Type

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

Метод Описание
FunctionInfo ( string pattern, int offset, string name, Delegate detour, Delegate target, Type targetType ) : System
SetTarget ( Delegate target ) : void

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

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

public FunctionInfo ( string pattern, int offset, string name, Delegate detour, Delegate target, Type targetType ) : System
pattern string
offset int
name string
detour System.Delegate
target System.Delegate
targetType System.Type
Результат System

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

public SetTarget ( Delegate target ) : void
target System.Delegate
Результат void

Описание свойств

Detour публичное свойство

public Delegate,System Detour
Результат System.Delegate

MapleStoryFunctions публичное статическое свойство

public static List MapleStoryFunctions
Результат List

Name публичное свойство

public string Name
Результат string

Offset публичное свойство

public int Offset
Результат int

Pattern публичное свойство

public string Pattern
Результат string

TargetType публичное свойство

public Type,System TargetType
Результат System.Type