C# 클래스 Tibialyzer.MemoryLocation

파일 보기 프로젝트 열기: Mytherin/Tibialyzer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
bytes int
jumps List
moduleName string
moduleOffset long

공개 메소드들

메소드 설명
GetAddress ( ) : long
GetValue ( ) : long
ParseMemoryLocation ( string str ) : MemoryLocation

비공개 메소드들

메소드 설명
TryParseHexNumber ( string number, long &value ) : bool

메소드 상세

GetAddress() 공개 메소드

public GetAddress ( ) : long
리턴 long

GetValue() 공개 메소드

public GetValue ( ) : long
리턴 long

ParseMemoryLocation() 공개 정적인 메소드

public static ParseMemoryLocation ( string str ) : MemoryLocation
str string
리턴 MemoryLocation

프로퍼티 상세

bytes 공개적으로 프로퍼티

public int bytes
리턴 int

jumps 공개적으로 프로퍼티

public List jumps
리턴 List

moduleName 공개적으로 프로퍼티

public string moduleName
리턴 string

moduleOffset 공개적으로 프로퍼티

public long moduleOffset
리턴 long