C# Класс LLDB.CommandInterpreterRunOptions

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

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

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

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

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

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

Метод Описание
CommandInterpreterRunOptions ( ) : System
CommandInterpreterRunOptions ( LLDB _0 ) : System
Dispose ( ) : void
__CreateInstance ( CommandInterpreterRunOptions native, bool skipVTables = false ) : CommandInterpreterRunOptions
__CreateInstance ( global native, bool skipVTables = false ) : CommandInterpreterRunOptions

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

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

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

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

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

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

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

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

public CommandInterpreterRunOptions ( LLDB _0 ) : System
_0 LLDB
Результат System

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

protected CommandInterpreterRunOptions ( 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

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

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

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

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

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

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

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

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

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

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

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

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

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