C# Class LLDB.Section

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap Section>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Section ( void native, bool skipVTables = false ) : System

Private Methods

Méthode Description
Section ( Section native, bool skipVTables = false ) : System
__CopyValue ( Section native ) : void*

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

FindSubSection() public méthode

public FindSubSection ( string sect_name ) : LLDB.Section
sect_name string
Résultat LLDB.Section

GetDescription() public méthode

public GetDescription ( LLDB description ) : bool
description LLDB
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLoadAddress() public méthode

public GetLoadAddress ( LLDB target ) : ulong
target LLDB
Résultat ulong

GetParent() public méthode

public GetParent ( ) : LLDB.Section
Résultat LLDB.Section

GetSectionData() public méthode

public GetSectionData ( ) : LLDB.Data
Résultat LLDB.Data

GetSectionData() public méthode

public GetSectionData ( ulong offset, ulong size ) : LLDB.Data
offset ulong
size ulong
Résultat LLDB.Data

GetSubSectionAtIndex() public méthode

public GetSubSectionAtIndex ( uint idx ) : LLDB.Section
idx uint
Résultat LLDB.Section

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Section() public méthode

public Section ( ) : System
Résultat System

Section() public méthode

public Section ( LLDB rhs ) : System
rhs LLDB
Résultat System

Section() protected méthode

protected Section ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

__CreateInstance() public static méthode

public static __CreateInstance ( Section native, bool skipVTables = false ) : Section
native Section
skipVTables bool
Résultat Section

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Section
native global
skipVTables bool
Résultat Section

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Section>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool