C# Class LLDB.Declaration

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

Declaration() public méthode

public Declaration ( ) : System
Résultat System

Declaration() public méthode

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

Declaration() protected méthode

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

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

GetFileSpec() public méthode

public GetFileSpec ( ) : LLDB.FileSpec
Résultat LLDB.FileSpec

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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