C# Class LLDB.Function

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp

Méthodes publiques

Свойство Type Description
NativeToManagedMap Function>.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
Function ( ) : System
Function ( LLDB rhs ) : System
GetArgumentName ( uint arg_idx ) : string
GetBlock ( ) : LLDB.Block
GetDescription ( LLDB description ) : bool
GetEndAddress ( ) : LLDB.Address
GetHashCode ( ) : int
GetInstructions ( LLDB target ) : LLDB.InstructionList
GetInstructions ( LLDB target, string flavor ) : LLDB.InstructionList
GetStartAddress ( ) : LLDB.Address
GetType ( ) : LLDB.Type
IsValid ( ) : bool
__CreateInstance ( Function native, bool skipVTables = false ) : Function
__CreateInstance ( global native, bool skipVTables = false ) : Function
operator ( ) : bool

Méthodes protégées

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

Private Methods

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

Function() public méthode

public Function ( ) : System
Résultat System

Function() public méthode

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

Function() protected méthode

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

GetArgumentName() public méthode

public GetArgumentName ( uint arg_idx ) : string
arg_idx uint
Résultat string

GetBlock() public méthode

public GetBlock ( ) : LLDB.Block
Résultat LLDB.Block

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 ) : LLDB.InstructionList
target LLDB
flavor string
Résultat LLDB.InstructionList

GetStartAddress() public méthode

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

GetType() public méthode

public GetType ( ) : LLDB.Type
Résultat LLDB.Type

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

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