C# Class PacketLoggerToFile.Util.FunctionInfo

Mostrar archivo Open project: xcvd/Detours

Public Properties

Property Type Description
Detour System.Delegate
MapleStoryFunctions List
Name string
Offset int
Pattern string
TargetType System.Type

Public Methods

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

Method Details

FunctionInfo() public method

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
return System

SetTarget() public method

public SetTarget ( Delegate target ) : void
target System.Delegate
return void

Property Details

Detour public_oe property

public Delegate,System Detour
return System.Delegate

MapleStoryFunctions public_oe static_oe property

public static List MapleStoryFunctions
return List

Name public_oe property

public string Name
return string

Offset public_oe property

public int Offset
return int

Pattern public_oe property

public string Pattern
return string

TargetType public_oe property

public Type,System TargetType
return System.Type