C# 클래스 Community.CsharpSqlite.Sqlite3.Mem0Global

파일 보기 프로젝트 열기: Orvid/SQLInterfaceCollection

공개 프로퍼티들

프로퍼티 타입 설명
aBtCursor BtCursor[]
aByte byte[][][]
aByteSize int[]
aByte_used int[]
aInt int[][]
aMem Mem[]
alarmArg object
alarmCallback dxalarmCallback
alarmThreshold sqlite3_int64
msBtCursor memstat
msByte memstat
msInt memstat
msMem memstat
mutex sqlite3_mutex
nPageFree int
nScratchFree int
nearlyFull bool

공개 메소드들

메소드 설명
Mem0Global ( ) : System.Diagnostics
Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int Byte_Allocation, int Int_Allocation, int Mem_Allocation, int BtCursor_Allocation ) : System.Diagnostics

메소드 상세

Mem0Global() 공개 메소드

public Mem0Global ( ) : System.Diagnostics
리턴 System.Diagnostics

Mem0Global() 공개 메소드

public Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int Byte_Allocation, int Int_Allocation, int Mem_Allocation, int BtCursor_Allocation ) : System.Diagnostics
nScratchFree int
nPageFree int
mutex sqlite3_mutex
alarmThreshold sqlite3_int64
alarmCallback dxalarmCallback
alarmArg object
Byte_Allocation int
Int_Allocation int
Mem_Allocation int
BtCursor_Allocation int
리턴 System.Diagnostics

프로퍼티 상세

aBtCursor 공개적으로 프로퍼티

public BtCursor[] aBtCursor
리턴 BtCursor[]

aByte 공개적으로 프로퍼티

public byte[][][] aByte
리턴 byte[][][]

aByteSize 공개적으로 프로퍼티

public int[] aByteSize
리턴 int[]

aByte_used 공개적으로 프로퍼티

public int[] aByte_used
리턴 int[]

aInt 공개적으로 프로퍼티

public int[][] aInt
리턴 int[][]

aMem 공개적으로 프로퍼티

public Mem[] aMem
리턴 Mem[]

alarmArg 공개적으로 프로퍼티

public object alarmArg
리턴 object

alarmCallback 공개적으로 프로퍼티

public dxalarmCallback alarmCallback
리턴 dxalarmCallback

alarmThreshold 공개적으로 프로퍼티

public sqlite3_int64 alarmThreshold
리턴 sqlite3_int64

msBtCursor 공개적으로 프로퍼티

public memstat msBtCursor
리턴 memstat

msByte 공개적으로 프로퍼티

public memstat msByte
리턴 memstat

msInt 공개적으로 프로퍼티

public memstat msInt
리턴 memstat

msMem 공개적으로 프로퍼티

public memstat msMem
리턴 memstat

mutex 공개적으로 프로퍼티

public sqlite3_mutex mutex
리턴 sqlite3_mutex

nPageFree 공개적으로 프로퍼티

public int nPageFree
리턴 int

nScratchFree 공개적으로 프로퍼티

public int nScratchFree
리턴 int

nearlyFull 공개적으로 프로퍼티

public bool nearlyFull
리턴 bool