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

파일 보기 프로젝트 열기: jdhardy/ironpython

공개 프로퍼티들

프로퍼티 타입 설명
id int
mutex Object
nRef int
owner System.Int32
trace int

공개 메소드들

메소드 설명
sqlite3_mutex ( ) : System.Diagnostics
sqlite3_mutex ( Mutex mutex, int id, int nRef, Int32 owner, int trace ) : System.Diagnostics

메소드 상세

sqlite3_mutex() 공개 메소드

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

sqlite3_mutex() 공개 메소드

public sqlite3_mutex ( Mutex mutex, int id, int nRef, Int32 owner, int trace ) : System.Diagnostics
mutex Mutex
id int
nRef int
owner System.Int32
trace int
리턴 System.Diagnostics

프로퍼티 상세

id 공개적으로 프로퍼티

public int id
리턴 int

mutex 공개적으로 프로퍼티

public Object mutex
리턴 Object

nRef 공개적으로 프로퍼티

public int nRef
리턴 int

owner 공개적으로 프로퍼티

public Int32,System owner
리턴 System.Int32

trace 공개적으로 프로퍼티

public int trace
리턴 int