C# Class LLDB.Symbol

Inheritance: IDisposable
Datei anzeigen Open project: tritao/LLDBSharp Class Usage Examples

Public Properties

Property Type Description
NativeToManagedMap Symbol>.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
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

Protected Methods

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

Private Methods

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

GetDescription() public method

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

GetEndAddress() public method

public GetEndAddress ( ) : LLDB.Address
return LLDB.Address

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetInstructions() public method

public GetInstructions ( LLDB target ) : LLDB.InstructionList
target LLDB
return LLDB.InstructionList

GetInstructions() public method

public GetInstructions ( LLDB target, string flavor_string ) : LLDB.InstructionList
target LLDB
flavor_string string
return LLDB.InstructionList

GetStartAddress() public method

public GetStartAddress ( ) : LLDB.Address
return LLDB.Address

IsExternal() public method

public IsExternal ( ) : bool
return bool

IsSynthetic() public method

public IsSynthetic ( ) : bool
return bool

IsValid() public method

public IsValid ( ) : bool
return bool

Symbol() public method

public Symbol ( ) : System
return System

Symbol() public method

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

Symbol() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

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