C# 클래스 PacketLoggerToFile.Util.FunctionInfo

파일 보기 프로젝트 열기: xcvd/Detours

공개 프로퍼티들

프로퍼티 타입 설명
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