C# Class LLDB.Section

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Dispose ( ) : void
Equals ( object obj ) : bool
FindSubSection ( string sect_name ) : LLDB.Section
GetDescription ( LLDB description ) : bool
GetHashCode ( ) : int
GetLoadAddress ( LLDB target ) : ulong
GetParent ( ) : LLDB.Section
GetSectionData ( ) : LLDB.Data
GetSectionData ( ulong offset, ulong size ) : LLDB.Data
GetSubSectionAtIndex ( uint idx ) : LLDB.Section
IsValid ( ) : bool
Section ( ) : System
Section ( LLDB rhs ) : System
__CreateInstance ( Section native, bool skipVTables = false ) : Section
__CreateInstance ( global native, bool skipVTables = false ) : Section
operator ( ) : bool

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FindSubSection() public method

public FindSubSection ( string sect_name ) : LLDB.Section
sect_name string
return LLDB.Section

GetDescription() public method

public GetDescription ( LLDB description ) : bool
description LLDB
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetLoadAddress() public method

public GetLoadAddress ( LLDB target ) : ulong
target LLDB
return ulong

GetParent() public method

public GetParent ( ) : LLDB.Section
return LLDB.Section

GetSectionData() public method

public GetSectionData ( ) : LLDB.Data
return LLDB.Data

GetSectionData() public method

public GetSectionData ( ulong offset, ulong size ) : LLDB.Data
offset ulong
size ulong
return LLDB.Data

GetSubSectionAtIndex() public method

public GetSubSectionAtIndex ( uint idx ) : LLDB.Section
idx uint
return LLDB.Section

IsValid() public method

public IsValid ( ) : bool
return bool

Section() public method

public Section ( ) : System
return System

Section() public method

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

Section() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public static property

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