C# Class LLDB.Function

Inheritance: IDisposable
ファイルを表示 Open project: tritao/LLDBSharp

Public Properties

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

Protected Properties

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

Public Methods

Method 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

Protected Methods

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

Private Methods

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

Method Details

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

Function() public method

public Function ( ) : System
return System

Function() public method

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

Function() protected method

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

GetArgumentName() public method

public GetArgumentName ( uint arg_idx ) : string
arg_idx uint
return string

GetBlock() public method

public GetBlock ( ) : LLDB.Block
return LLDB.Block

GetDescription() public method

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

GetEndAddress() public method

public GetEndAddress ( ) : LLDB.Address
return LLDB.Address

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetInstructions() public method

public GetInstructions ( LLDB target ) : LLDB.InstructionList
target LLDB
return LLDB.InstructionList

GetInstructions() public method

public GetInstructions ( LLDB target, string flavor ) : LLDB.InstructionList
target LLDB
flavor string
return LLDB.InstructionList

GetStartAddress() public method

public GetStartAddress ( ) : LLDB.Address
return LLDB.Address

GetType() public method

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

IsValid() public method

public IsValid ( ) : bool
return bool

__CreateInstance() public static method

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

__CreateInstance() public static method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
return Function>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
return void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
return int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
return bool