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

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

보호된 프로퍼티들

프로퍼티 타입 설명
address long
count int
key string
maxLength int
size int

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

MemoryVariable() 공개 메소드

public MemoryVariable ( ) : System
리턴 System

MemoryVariable() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

address 보호되어 있는 프로퍼티

protected long address
리턴 long

count 보호되어 있는 프로퍼티

protected int count
리턴 int

key 보호되어 있는 프로퍼티

protected string key
리턴 string

maxLength 보호되어 있는 프로퍼티

protected int maxLength
리턴 int

size 보호되어 있는 프로퍼티

protected int size
리턴 int