C# Class LLDB.Broadcaster

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap Broadcaster>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Broadcaster ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Broadcaster ( Broadcaster native, bool skipVTables = false ) : System
__CopyValue ( Broadcaster native ) : void*

Method Details

AddInitialEventsToListener() public méthode

public AddInitialEventsToListener ( LLDB listener, uint requested_events ) : void
listener LLDB
requested_events uint
Résultat void

AddListener() public méthode

public AddListener ( LLDB listener, uint event_mask ) : uint
listener LLDB
event_mask uint
Résultat uint

BroadcastEvent() public méthode

public BroadcastEvent ( LLDB @event, bool unique ) : void
@event LLDB
unique bool
Résultat void

BroadcastEventByType() public méthode

public BroadcastEventByType ( uint event_type, bool unique ) : void
event_type uint
unique bool
Résultat void

Broadcaster() public méthode

public Broadcaster ( ) : System
Résultat System

Broadcaster() public méthode

public Broadcaster ( LLDB rhs ) : System
rhs LLDB
Résultat System

Broadcaster() public méthode

public Broadcaster ( string name ) : System
name string
Résultat System

Broadcaster() protected méthode

protected Broadcaster ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

EventTypeHasListeners() public méthode

public EventTypeHasListeners ( uint event_type ) : bool
event_type uint
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

RemoveListener() public méthode

public RemoveListener ( LLDB listener, uint event_mask ) : bool
listener LLDB
event_mask uint
Résultat bool

__CreateInstance() public static méthode

public static __CreateInstance ( Broadcaster native, bool skipVTables = false ) : Broadcaster
native Broadcaster
skipVTables bool
Résultat Broadcaster

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Broadcaster
native global
skipVTables bool
Résultat Broadcaster

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Broadcaster>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool