C# 클래스 LLDB.Broadcaster

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
AddInitialEventsToListener ( LLDB listener, uint requested_events ) : void
AddListener ( LLDB listener, uint event_mask ) : uint
BroadcastEvent ( LLDB @event, bool unique ) : void
BroadcastEventByType ( uint event_type, bool unique ) : void
Broadcaster ( ) : System
Broadcaster ( LLDB rhs ) : System
Broadcaster ( string name ) : System
Clear ( ) : void
Dispose ( ) : void
Equals ( object obj ) : bool
EventTypeHasListeners ( uint event_type ) : bool
GetHashCode ( ) : int
IsValid ( ) : bool
RemoveListener ( LLDB listener, uint event_mask ) : bool
__CreateInstance ( Broadcaster native, bool skipVTables = false ) : Broadcaster
__CreateInstance ( global native, bool skipVTables = false ) : Broadcaster
operator ( ) : bool

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

AddInitialEventsToListener() 공개 메소드

public AddInitialEventsToListener ( LLDB listener, uint requested_events ) : void
listener LLDB
requested_events uint
리턴 void

AddListener() 공개 메소드

public AddListener ( LLDB listener, uint event_mask ) : uint
listener LLDB
event_mask uint
리턴 uint

BroadcastEvent() 공개 메소드

public BroadcastEvent ( LLDB @event, bool unique ) : void
@event LLDB
unique bool
리턴 void

BroadcastEventByType() 공개 메소드

public BroadcastEventByType ( uint event_type, bool unique ) : void
event_type uint
unique bool
리턴 void

Broadcaster() 공개 메소드

public Broadcaster ( ) : System
리턴 System

Broadcaster() 공개 메소드

public Broadcaster ( LLDB rhs ) : System
rhs LLDB
리턴 System

Broadcaster() 공개 메소드

public Broadcaster ( string name ) : System
name string
리턴 System

Broadcaster() 보호된 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

EventTypeHasListeners() 공개 메소드

public EventTypeHasListeners ( uint event_type ) : bool
event_type uint
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

RemoveListener() 공개 메소드

public RemoveListener ( LLDB listener, uint event_mask ) : bool
listener LLDB
event_mask uint
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool