C# Class LLDB.ExpressionOptions

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Dispose ( ) : void
ExpressionOptions ( ) : System
ExpressionOptions ( LLDB rhs ) : System
SetCancelCallback ( LLDB callback, global baton ) : void
__CreateInstance ( ExpressionOptions native, bool skipVTables = false ) : ExpressionOptions
__CreateInstance ( global native, bool skipVTables = false ) : ExpressionOptions

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

ExpressionOptions() public method

public ExpressionOptions ( ) : System
return System

ExpressionOptions() public method

public ExpressionOptions ( LLDB rhs ) : System
rhs LLDB
return System

ExpressionOptions() protected method

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

SetCancelCallback() public method

public SetCancelCallback ( LLDB callback, global baton ) : void
callback LLDB
baton global
return void

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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