C# Class LLDB.Broadcaster

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap Broadcaster>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Property Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Public Methods

Method Description
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

Protected Methods

Method Description
Broadcaster ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Method Description
Broadcaster ( Broadcaster native, bool skipVTables = false ) : System
__CopyValue ( Broadcaster native ) : void*

Method Details

AddInitialEventsToListener() public method

public AddInitialEventsToListener ( LLDB listener, uint requested_events ) : void
listener LLDB
requested_events uint
return void

AddListener() public method

public AddListener ( LLDB listener, uint event_mask ) : uint
listener LLDB
event_mask uint
return uint

BroadcastEvent() public method

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

BroadcastEventByType() public method

public BroadcastEventByType ( uint event_type, bool unique ) : void
event_type uint
unique bool
return void

Broadcaster() public method

public Broadcaster ( ) : System
return System

Broadcaster() public method

public Broadcaster ( LLDB rhs ) : System
rhs LLDB
return System

Broadcaster() public method

public Broadcaster ( string name ) : System
name string
return System

Broadcaster() protected method

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

Clear() public method

public Clear ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

EventTypeHasListeners() public method

public EventTypeHasListeners ( uint event_type ) : bool
event_type uint
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsValid() public method

public IsValid ( ) : bool
return bool

RemoveListener() public method

public RemoveListener ( LLDB listener, uint event_mask ) : bool
listener LLDB
event_mask uint
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Broadcaster>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool