C# Class LLDB.VariablesOptions

Inheritance: IDisposable
Show file Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Dispose ( ) : void
IsValid ( ) : bool
VariablesOptions ( ) : System
VariablesOptions ( LLDB options ) : System
__CreateInstance ( VariablesOptions native, bool skipVTables = false ) : VariablesOptions
__CreateInstance ( global native, bool skipVTables = false ) : VariablesOptions

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

IsValid() public method

public IsValid ( ) : bool
return bool

VariablesOptions() public method

public VariablesOptions ( ) : System
return System

VariablesOptions() public method

public VariablesOptions ( LLDB options ) : System
options LLDB
return System

VariablesOptions() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return VariablesOptions>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected property

protected bool __ownsNativeInstance
return bool