C# Class LLDB.Watchpoint

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
EventIsWatchpointEvent ( LLDB @event ) : bool
GetDescription ( LLDB description, LLDB level ) : bool
GetError ( ) : LLDB.Error
GetWatchpointEventTypeFromEvent ( LLDB @event ) : LLDB.WatchpointEventType
GetWatchpointFromEvent ( LLDB @event ) : LLDB.Watchpoint
IsEnabled ( ) : bool
IsValid ( ) : bool
Watchpoint ( ) : System
Watchpoint ( LLDB rhs ) : System
__CreateInstance ( Watchpoint native, bool skipVTables = false ) : Watchpoint
__CreateInstance ( global native, bool skipVTables = false ) : Watchpoint

Méthodes protégées

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

Private Methods

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

Method Details

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

EventIsWatchpointEvent() public static méthode

public static EventIsWatchpointEvent ( LLDB @event ) : bool
@event LLDB
Résultat bool

GetDescription() public méthode

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

GetError() public méthode

public GetError ( ) : LLDB.Error
Résultat LLDB.Error

GetWatchpointEventTypeFromEvent() public static méthode

public static GetWatchpointEventTypeFromEvent ( LLDB @event ) : LLDB.WatchpointEventType
@event LLDB
Résultat LLDB.WatchpointEventType

GetWatchpointFromEvent() public static méthode

public static GetWatchpointFromEvent ( LLDB @event ) : LLDB.Watchpoint
@event LLDB
Résultat LLDB.Watchpoint

IsEnabled() public méthode

public IsEnabled ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Watchpoint() public méthode

public Watchpoint ( ) : System
Résultat System

Watchpoint() public méthode

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

Watchpoint() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

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