Property | Type | Description | |
---|---|---|---|
NativeToManagedMap | BreakpointLocation>.System.Collections.Concurrent.ConcurrentDictionary |
Property | Type | Description | |
---|---|---|---|
__OriginalVTables | void*[] | ||
__PointerAdjustment | int | ||
__ownsNativeInstance | bool |
Method | Description | |
---|---|---|
BreakpointLocation ( ) : System | ||
BreakpointLocation ( LLDB rhs ) : System | ||
Dispose ( ) : void | ||
GetAddress ( ) : LLDB.Address | ||
GetBreakpoint ( ) : LLDB.Breakpoint | ||
GetDescription ( LLDB description, LLDB level ) : bool | ||
IsEnabled ( ) : bool | ||
IsResolved ( ) : bool | ||
IsValid ( ) : bool | ||
SetScriptCallbackBody ( string script_body_text ) : LLDB.Error | ||
__CreateInstance ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
Method | Description | |
---|---|---|
BreakpointLocation ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
BreakpointLocation ( |
||
__CopyValue ( |
public BreakpointLocation ( LLDB rhs ) : System | ||
rhs | LLDB | |
return | System |
protected BreakpointLocation ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
return | System |
public GetDescription ( LLDB description, LLDB level ) : bool | ||
description | LLDB | |
level | LLDB | |
return | bool |
public SetScriptCallbackBody ( string script_body_text ) : LLDB.Error | ||
script_body_text | string | |
return | LLDB.Error |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
return |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
return |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
return | BreakpointLocation>.System.Collections.Concurrent.ConcurrentDictionary |