C# Class LLDB.LineEntry

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

Public Properties

Property Type Description
NativeToManagedMap LineEntry>.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
GetFileSpec ( ) : LLDB.FileSpec
GetHashCode ( ) : int
GetStartAddress ( ) : LLDB.Address
IsValid ( ) : bool
LineEntry ( ) : System
LineEntry ( LLDB rhs ) : System
__CreateInstance ( LineEntry native, bool skipVTables = false ) : LineEntry
__CreateInstance ( global native, bool skipVTables = false ) : LineEntry
operator ( ) : bool

Protected Methods

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

Private Methods

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

GetFileSpec() public method

public GetFileSpec ( ) : LLDB.FileSpec
return LLDB.FileSpec

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetStartAddress() public method

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

IsValid() public method

public IsValid ( ) : bool
return bool

LineEntry() public method

public LineEntry ( ) : System
return System

LineEntry() public method

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

LineEntry() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public static property

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