C# Class LLDB.TypeMemberFunction

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

Méthodes publiques

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

Protected Properties

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
GetArgumentTypeAtIndex ( uint _0 ) : LLDB.Type
GetDescription ( LLDB description, LLDB description_level ) : bool
GetReturnType ( ) : LLDB.Type
GetType ( ) : LLDB.Type
IsValid ( ) : bool
TypeMemberFunction ( ) : System
TypeMemberFunction ( LLDB rhs ) : System
__CreateInstance ( TypeMemberFunction native, bool skipVTables = false ) : TypeMemberFunction
__CreateInstance ( global native, bool skipVTables = false ) : TypeMemberFunction

Méthodes protégées

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

Private Methods

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

GetArgumentTypeAtIndex() public méthode

public GetArgumentTypeAtIndex ( uint _0 ) : LLDB.Type
_0 uint
Résultat LLDB.Type

GetDescription() public méthode

public GetDescription ( LLDB description, LLDB description_level ) : bool
description LLDB
description_level LLDB
Résultat bool

GetReturnType() public méthode

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

GetType() public méthode

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

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

TypeMemberFunction() public méthode

public TypeMemberFunction ( ) : System
Résultat System

TypeMemberFunction() public méthode

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

TypeMemberFunction() protected méthode

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

__CreateInstance() public static méthode

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

__CreateInstance() public static méthode

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

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat TypeMemberFunction>.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