C# Class LLDB.TypeMemberFunction

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

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetArgumentTypeAtIndex() public method

public GetArgumentTypeAtIndex ( uint _0 ) : LLDB.Type
_0 uint
return LLDB.Type

GetDescription() public method

public GetDescription ( LLDB description, LLDB description_level ) : bool
description LLDB
description_level LLDB
return bool

GetReturnType() public method

public GetReturnType ( ) : LLDB.Type
return LLDB.Type

GetType() public method

public GetType ( ) : LLDB.Type
return LLDB.Type

IsValid() public method

public IsValid ( ) : bool
return bool

TypeMemberFunction() public method

public TypeMemberFunction ( ) : System
return System

TypeMemberFunction() public method

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

TypeMemberFunction() protected method

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

__CreateInstance() public static method

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

__CreateInstance() public static method

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

Property Details

NativeToManagedMap public static property

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