C# Class LLDB.TypeSummaryOptions

Inheritance: IDisposable
Exibir arquivo Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

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

Protected Properties

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

Public Methods

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

Protected Methods

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

Private Methods

Method Description
TypeSummaryOptions ( TypeSummaryOptions native, bool skipVTables = false ) : System
__CopyValue ( TypeSummaryOptions 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

TypeSummaryOptions() public method

public TypeSummaryOptions ( ) : System
return System

TypeSummaryOptions() public method

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

TypeSummaryOptions() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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