C# Class LLDB.Event

Inheritance: IDisposable
Mostra file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

BroadcasterMatchesPtr() public method

public BroadcasterMatchesPtr ( LLDB broadcaster ) : bool
broadcaster LLDB
return bool

BroadcasterMatchesRef() public method

public BroadcasterMatchesRef ( LLDB broadcaster ) : bool
broadcaster LLDB
return bool

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

Event() public method

public Event ( ) : System
return System

Event() public method

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

Event() public method

public Event ( uint @event, string cstr, uint cstr_len ) : System
@event uint
cstr string
cstr_len uint
return System

Event() protected method

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

GetBroadcaster() public method

public GetBroadcaster ( ) : LLDB.Broadcaster
return LLDB.Broadcaster

GetCStringFromEvent() public static method

public static GetCStringFromEvent ( LLDB @event ) : string
@event LLDB
return string

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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