C# Class LLDB.Declaration

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

Public Properties

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

Protected Properties

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

Public Methods

Method Description
Declaration ( ) : System
Declaration ( LLDB rhs ) : System
Dispose ( ) : void
Equals ( object obj ) : bool
GetDescription ( LLDB description ) : bool
GetFileSpec ( ) : LLDB.FileSpec
GetHashCode ( ) : int
IsValid ( ) : bool
__CreateInstance ( Declaration native, bool skipVTables = false ) : Declaration
__CreateInstance ( global native, bool skipVTables = false ) : Declaration
operator ( ) : bool

Protected Methods

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

Private Methods

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

Method Details

Declaration() public method

public Declaration ( ) : System
return System

Declaration() public method

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

Declaration() protected method

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

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

GetFileSpec() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

IsValid() public method

public IsValid ( ) : bool
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public static property

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