C# 클래스 LLDB.Function

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp

공개 프로퍼티들

프로퍼티 타입 설명
NativeToManagedMap Function>.System.Collections.Concurrent.ConcurrentDictionary

보호된 프로퍼티들

프로퍼티 타입 설명
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
Function ( void native, bool skipVTables = false ) : System

비공개 메소드들

메소드 설명
Function ( Function native, bool skipVTables = false ) : System
__CopyValue ( Function native ) : void*

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

Function() 공개 메소드

public Function ( ) : System
리턴 System

Function() 공개 메소드

public Function ( LLDB rhs ) : System
rhs LLDB
리턴 System

Function() 보호된 메소드

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

GetArgumentName() 공개 메소드

public GetArgumentName ( uint arg_idx ) : string
arg_idx uint
리턴 string

GetBlock() 공개 메소드

public GetBlock ( ) : LLDB.Block
리턴 LLDB.Block

GetDescription() 공개 메소드

public GetDescription ( LLDB description ) : bool
description LLDB
리턴 bool

GetEndAddress() 공개 메소드

public GetEndAddress ( ) : LLDB.Address
리턴 LLDB.Address

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

GetInstructions() 공개 메소드

public GetInstructions ( LLDB target ) : LLDB.InstructionList
target LLDB
리턴 LLDB.InstructionList

GetInstructions() 공개 메소드

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

GetStartAddress() 공개 메소드

public GetStartAddress ( ) : LLDB.Address
리턴 LLDB.Address

GetType() 공개 메소드

public GetType ( ) : LLDB.Type
리턴 LLDB.Type

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

NativeToManagedMap 공개적으로 정적으로 프로퍼티

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
리턴 Function>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables 보호되어 있는 프로퍼티

protected void*[] __OriginalVTables
리턴 void*[]

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool