C# 클래스 LLDB.CommandPluginInterface

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
CommandPluginInterface ( ) : System
CommandPluginInterface ( LLDB _0 ) : System
Dispose ( ) : void
DoExecute ( LLDB _0, sbyte _1, LLDB _2 ) : bool
__CreateInstance ( CommandPluginInterface native, bool skipVTables = false ) : CommandPluginInterface
__CreateInstance ( global native, bool skipVTables = false ) : CommandPluginInterface

보호된 메소드들

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

비공개 메소드들

메소드 설명
CommandPluginInterface ( CommandPluginInterface native, bool skipVTables = false ) : System
SetupVTables ( bool destructorOnly = false ) : void
_DoExecute_0DelegateHook ( global instance, LLDB _0, sbyte _1, global _2 ) : bool
__CopyValue ( CommandPluginInterface native ) : void*
_dtor_0DelegateHook ( global instance ) : void
_dtor_0DelegateHook ( global instance, int delete ) : void

메소드 상세

CommandPluginInterface() 공개 메소드

public CommandPluginInterface ( ) : System
리턴 System

CommandPluginInterface() 공개 메소드

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

CommandPluginInterface() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

DoExecute() 공개 메소드

public DoExecute ( LLDB _0, sbyte _1, LLDB _2 ) : bool
_0 LLDB
_1 sbyte
_2 LLDB
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool