C# 클래스 SleepHunter.IO.Process.DynamicMemoryVariable

상속: MemoryVariable
파일 보기 프로젝트 열기: ewrogers/SleepHunter4

보호된 프로퍼티들

프로퍼티 타입 설명
offsets List

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
DynamicMemoryVariable ( ) : System
DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System

메소드 상세

DynamicMemoryVariable() 공개 메소드

public DynamicMemoryVariable ( ) : System
리턴 System

DynamicMemoryVariable() 공개 메소드

public DynamicMemoryVariable ( string key, long address, int maxLength, int size, int count ) : System
key string
address long
maxLength int
size int
count int
리턴 System

프로퍼티 상세

offsets 보호되어 있는 프로퍼티

protected List offsets
리턴 List