C# Class PacketLoggerToFile.Util.FunctionInfo

Afficher le fichier Open project: xcvd/Detours

Méthodes publiques

Свойство Type Description
Detour System.Delegate
MapleStoryFunctions List
Name string
Offset int
Pattern string
TargetType System.Type

Méthodes publiques

Méthode Description
FunctionInfo ( string pattern, int offset, string name, Delegate detour, Delegate target, Type targetType ) : System
SetTarget ( Delegate target ) : void

Method Details

FunctionInfo() public méthode

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
Résultat System

SetTarget() public méthode

public SetTarget ( Delegate target ) : void
target System.Delegate
Résultat void

Property Details

Detour public_oe property

public Delegate,System Detour
Résultat System.Delegate

MapleStoryFunctions public_oe static_oe property

public static List MapleStoryFunctions
Résultat List

Name public_oe property

public string Name
Résultat string

Offset public_oe property

public int Offset
Résultat int

Pattern public_oe property

public string Pattern
Résultat string

TargetType public_oe property

public Type,System TargetType
Résultat System.Type