C# 클래스 hOOt.KeyPointer

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DuplicatesPage int
Key bytearr
RecordNum int

공개 메소드들

메소드 설명
KeyPointer ( bytearr key, int recno ) : System.Collections.Generic
KeyPointer ( bytearr key, int recno, int duppage ) : System.Collections.Generic

메소드 상세

KeyPointer() 공개 메소드

public KeyPointer ( bytearr key, int recno ) : System.Collections.Generic
key bytearr
recno int
리턴 System.Collections.Generic

KeyPointer() 공개 메소드

public KeyPointer ( bytearr key, int recno, int duppage ) : System.Collections.Generic
key bytearr
recno int
duppage int
리턴 System.Collections.Generic

프로퍼티 상세

DuplicatesPage 공개적으로 프로퍼티

public int DuplicatesPage
리턴 int

Key 공개적으로 프로퍼티

public bytearr,hOOt Key
리턴 bytearr

RecordNum 공개적으로 프로퍼티

public int RecordNum
리턴 int