C# Class LLDB.TypeList

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Append ( LLDB type ) : void
Dispose ( ) : void
GetTypeAtIndex ( uint index ) : LLDB.Type
IsValid ( ) : bool
TypeList ( ) : System
TypeList ( LLDB rhs ) : System
__CreateInstance ( TypeList native, bool skipVTables = false ) : TypeList
__CreateInstance ( global native, bool skipVTables = false ) : TypeList

Protected Methods

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

Private Methods

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

Method Details

Append() public method

public Append ( LLDB type ) : void
type LLDB
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

GetTypeAtIndex() public method

public GetTypeAtIndex ( uint index ) : LLDB.Type
index uint
return LLDB.Type

IsValid() public method

public IsValid ( ) : bool
return bool

TypeList() public method

public TypeList ( ) : System
return System

TypeList() public method

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

TypeList() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public_oe static_oe property

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