C# 클래스 LLDB.HostOS

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
NativeToManagedMap HostOS>.System.Collections.Concurrent.ConcurrentDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

공개 메소드들

메소드 설명
Dispose ( ) : void
GetLLDBPath ( LLDB path_type ) : LLDB.FileSpec
GetLLDBPythonPath ( ) : LLDB.FileSpec
GetProgramFileSpec ( ) : LLDB.FileSpec
GetUserHomeDirectory ( ) : LLDB.FileSpec
HostOS ( ) : System
HostOS ( LLDB _0 ) : System
ThreadCancel ( global thread, LLDB err ) : bool
ThreadCreate ( string name, LLDB thread_function, global thread_arg, LLDB err ) : global::System.IntPtr
ThreadCreated ( string name ) : void
ThreadDetach ( global thread, LLDB err ) : bool
ThreadJoin ( global thread, global result, LLDB err ) : bool
ThreadJoin ( global thread, uint &result, LLDB err ) : bool
__CreateInstance ( HostOS native, bool skipVTables = false ) : HostOS
__CreateInstance ( global native, bool skipVTables = false ) : HostOS

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
HostOS ( void native, bool skipVTables = false ) : System

비공개 메소드들

메소드 설명
HostOS ( HostOS native, bool skipVTables = false ) : System
__CopyValue ( HostOS native ) : void*

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetLLDBPath() 공개 정적인 메소드

public static GetLLDBPath ( LLDB path_type ) : LLDB.FileSpec
path_type LLDB
리턴 LLDB.FileSpec

GetLLDBPythonPath() 공개 정적인 메소드

public static GetLLDBPythonPath ( ) : LLDB.FileSpec
리턴 LLDB.FileSpec

GetProgramFileSpec() 공개 정적인 메소드

public static GetProgramFileSpec ( ) : LLDB.FileSpec
리턴 LLDB.FileSpec

GetUserHomeDirectory() 공개 정적인 메소드

public static GetUserHomeDirectory ( ) : LLDB.FileSpec
리턴 LLDB.FileSpec

HostOS() 공개 메소드

public HostOS ( ) : System
리턴 System

HostOS() 공개 메소드

public HostOS ( LLDB _0 ) : System
_0 LLDB
리턴 System

HostOS() 보호된 메소드

protected HostOS ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
리턴 System

ThreadCancel() 공개 정적인 메소드

public static ThreadCancel ( global thread, LLDB err ) : bool
thread global
err LLDB
리턴 bool

ThreadCreate() 공개 정적인 메소드

public static ThreadCreate ( string name, LLDB thread_function, global thread_arg, LLDB err ) : global::System.IntPtr
name string
thread_function LLDB
thread_arg global
err LLDB
리턴 global::System.IntPtr

ThreadCreated() 공개 정적인 메소드

public static ThreadCreated ( string name ) : void
name string
리턴 void

ThreadDetach() 공개 정적인 메소드

public static ThreadDetach ( global thread, LLDB err ) : bool
thread global
err LLDB
리턴 bool

ThreadJoin() 공개 정적인 메소드

public static ThreadJoin ( global thread, global result, LLDB err ) : bool
thread global
result global
err LLDB
리턴 bool

ThreadJoin() 공개 정적인 메소드

public static ThreadJoin ( global thread, uint &result, LLDB err ) : bool
thread global
result uint
err LLDB
리턴 bool

__CreateInstance() 공개 정적인 메소드

public static __CreateInstance ( HostOS native, bool skipVTables = false ) : HostOS
native HostOS
skipVTables bool
리턴 HostOS

__CreateInstance() 공개 정적인 메소드

public static __CreateInstance ( global native, bool skipVTables = false ) : HostOS
native global
skipVTables bool
리턴 HostOS

프로퍼티 상세

NativeToManagedMap 공개적으로 정적으로 프로퍼티

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
리턴 HostOS>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables 보호되어 있는 프로퍼티

protected void*[] __OriginalVTables
리턴 void*[]

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool