C# Class winPEAS._3rdParty.SQLite.src.CSSQLite.Mem0Global

Mostra file Open project: mishmashclone/carlospolop-privilege-escalation-awesome-scripts-suite

Public Properties

Property Type Description
aPageFree int[]
aScratchFree int[]
alarmArg object
alarmCallback dxalarmCallback
alarmThreshold sqlite3_int64
mutex sqlite3_mutex
nPageFree int
nScratchFree int

Public Methods

Method Description
Mem0Global ( ) : System.Diagnostics
Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int alarmBusy, Array aScratchFree, Array aPageFree ) : System.Diagnostics

Method Details

Mem0Global() public method

public Mem0Global ( ) : System.Diagnostics
return System.Diagnostics

Mem0Global() public method

public Mem0Global ( int nScratchFree, int nPageFree, sqlite3_mutex mutex, sqlite3_int64 alarmThreshold, dxalarmCallback alarmCallback, object alarmArg, int alarmBusy, Array aScratchFree, Array aPageFree ) : System.Diagnostics
nScratchFree int
nPageFree int
mutex sqlite3_mutex
alarmThreshold sqlite3_int64
alarmCallback dxalarmCallback
alarmArg object
alarmBusy int
aScratchFree Array
aPageFree Array
return System.Diagnostics

Property Details

aPageFree public_oe property

public int[] aPageFree
return int[]

aScratchFree public_oe property

public int[] aScratchFree
return int[]

alarmArg public_oe property

public object alarmArg
return object

alarmCallback public_oe property

public dxalarmCallback alarmCallback
return dxalarmCallback

alarmThreshold public_oe property

public sqlite3_int64 alarmThreshold
return sqlite3_int64

mutex public_oe property

public sqlite3_mutex mutex
return sqlite3_mutex

nPageFree public_oe property

public int nPageFree
return int

nScratchFree public_oe property

public int nScratchFree
return int