C# Class LLDB.Symbol

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

Méthodes publiques

Свойство Type Description
NativeToManagedMap Symbol>.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
GetDescription ( LLDB description ) : bool
GetEndAddress ( ) : LLDB.Address
GetHashCode ( ) : int
GetInstructions ( LLDB target ) : LLDB.InstructionList
GetInstructions ( LLDB target, string flavor_string ) : LLDB.InstructionList
GetStartAddress ( ) : LLDB.Address
IsExternal ( ) : bool
IsSynthetic ( ) : bool
IsValid ( ) : bool
Symbol ( ) : System
Symbol ( LLDB rhs ) : System
__CreateInstance ( Symbol native, bool skipVTables = false ) : Symbol
__CreateInstance ( global native, bool skipVTables = false ) : Symbol
operator ( ) : bool

Méthodes protégées

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

Private Methods

Méthode Description
Symbol ( Symbol native, bool skipVTables = false ) : System
__CopyValue ( Symbol 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

GetDescription() public méthode

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

GetEndAddress() public méthode

public GetEndAddress ( ) : LLDB.Address
Résultat LLDB.Address

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetInstructions() public méthode

public GetInstructions ( LLDB target ) : LLDB.InstructionList
target LLDB
Résultat LLDB.InstructionList

GetInstructions() public méthode

public GetInstructions ( LLDB target, string flavor_string ) : LLDB.InstructionList
target LLDB
flavor_string string
Résultat LLDB.InstructionList

GetStartAddress() public méthode

public GetStartAddress ( ) : LLDB.Address
Résultat LLDB.Address

IsExternal() public méthode

public IsExternal ( ) : bool
Résultat bool

IsSynthetic() public méthode

public IsSynthetic ( ) : bool
Résultat bool

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

Symbol() public méthode

public Symbol ( ) : System
Résultat System

Symbol() public méthode

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

Symbol() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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 Symbol>.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