C# Класс LLDB.BreakpointLocation

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
NativeToManagedMap BreakpointLocation>.System.Collections.Concurrent.ConcurrentDictionary

Защищенные свойства (Protected)

Свойство Тип Описание
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Открытые методы

Метод Описание
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 ( BreakpointLocation native, bool skipVTables = false ) : BreakpointLocation
__CreateInstance ( global native, bool skipVTables = false ) : BreakpointLocation

Защищенные методы

Метод Описание
BreakpointLocation ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Приватные методы

Метод Описание
BreakpointLocation ( BreakpointLocation native, bool skipVTables = false ) : System
__CopyValue ( BreakpointLocation native ) : void*

Описание методов

BreakpointLocation() публичный Метод

public BreakpointLocation ( ) : System
Результат System

BreakpointLocation() публичный Метод

public BreakpointLocation ( LLDB rhs ) : System
rhs LLDB
Результат System

BreakpointLocation() защищенный Метод

protected BreakpointLocation ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

GetAddress() публичный Метод

public GetAddress ( ) : LLDB.Address
Результат LLDB.Address

GetBreakpoint() публичный Метод

public GetBreakpoint ( ) : LLDB.Breakpoint
Результат LLDB.Breakpoint

GetDescription() публичный Метод

public GetDescription ( LLDB description, LLDB level ) : bool
description LLDB
level LLDB
Результат bool

IsEnabled() публичный Метод

public IsEnabled ( ) : bool
Результат bool

IsResolved() публичный Метод

public IsResolved ( ) : bool
Результат bool

IsValid() публичный Метод

public IsValid ( ) : bool
Результат bool

SetScriptCallbackBody() публичный Метод

public SetScriptCallbackBody ( string script_body_text ) : LLDB.Error
script_body_text string
Результат LLDB.Error

__CreateInstance() публичный статический Метод

public static __CreateInstance ( BreakpointLocation native, bool skipVTables = false ) : BreakpointLocation
native BreakpointLocation
skipVTables bool
Результат BreakpointLocation

__CreateInstance() публичный статический Метод

public static __CreateInstance ( global native, bool skipVTables = false ) : BreakpointLocation
native global
skipVTables bool
Результат BreakpointLocation

Описание свойств

NativeToManagedMap публичное статическое свойство

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Результат BreakpointLocation>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables защищенное свойство

protected void*[] __OriginalVTables
Результат void*[]

__PointerAdjustment защищенное свойство

protected int __PointerAdjustment
Результат int

__ownsNativeInstance защищенное свойство

protected bool __ownsNativeInstance
Результат bool