C# Class LLDB.Event

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
BroadcasterMatchesPtr ( LLDB broadcaster ) : bool
BroadcasterMatchesRef ( LLDB broadcaster ) : bool
Clear ( ) : void
Dispose ( ) : void
Event ( ) : System
Event ( LLDB rhs ) : System
Event ( uint @event, string cstr, uint cstr_len ) : System
GetBroadcaster ( ) : LLDB.Broadcaster
GetCStringFromEvent ( LLDB @event ) : string
GetDescription ( LLDB description ) : bool
IsValid ( ) : bool
__CreateInstance ( Event native, bool skipVTables = false ) : Event
__CreateInstance ( global native, bool skipVTables = false ) : Event

Méthodes protégées

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

Private Methods

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

Method Details

BroadcasterMatchesPtr() public méthode

public BroadcasterMatchesPtr ( LLDB broadcaster ) : bool
broadcaster LLDB
Résultat bool

BroadcasterMatchesRef() public méthode

public BroadcasterMatchesRef ( LLDB broadcaster ) : bool
broadcaster LLDB
Résultat bool

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

Event() public méthode

public Event ( ) : System
Résultat System

Event() public méthode

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

Event() public méthode

public Event ( uint @event, string cstr, uint cstr_len ) : System
@event uint
cstr string
cstr_len uint
Résultat System

Event() protected méthode

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

GetBroadcaster() public méthode

public GetBroadcaster ( ) : LLDB.Broadcaster
Résultat LLDB.Broadcaster

GetCStringFromEvent() public static méthode

public static GetCStringFromEvent ( LLDB @event ) : string
@event LLDB
Résultat string

GetDescription() public méthode

public GetDescription ( LLDB description ) : bool
description LLDB
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Event>.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