C# Class LLDB.CommandInterpreterRunOptions

Inheritance: IDisposable
显示文件 Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
CommandInterpreterRunOptions ( ) : System
CommandInterpreterRunOptions ( LLDB _0 ) : System
Dispose ( ) : void
__CreateInstance ( CommandInterpreterRunOptions native, bool skipVTables = false ) : CommandInterpreterRunOptions
__CreateInstance ( global native, bool skipVTables = false ) : CommandInterpreterRunOptions

Protected Methods

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

Private Methods

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

Method Details

CommandInterpreterRunOptions() public method

public CommandInterpreterRunOptions ( ) : System
return System

CommandInterpreterRunOptions() public method

public CommandInterpreterRunOptions ( LLDB _0 ) : System
_0 LLDB
return System

CommandInterpreterRunOptions() protected method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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