C# 클래스 LLDB.Address

상속: IDisposable
파일 보기 프로젝트 열기: tritao/LLDBSharp 1 사용 예제들

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Address ( ) : System
Address ( LLDB rhs ) : System
Address ( LLDB section, ulong offset ) : System
Address ( ulong load_addr, LLDB target ) : System
Clear ( ) : void
Dispose ( ) : void
GetBlock ( ) : LLDB.Block
GetCompileUnit ( ) : LLDB.CompileUnit
GetDescription ( LLDB description ) : bool
GetFunction ( ) : LLDB.Function
GetLineEntry ( ) : LLDB.LineEntry
GetLoadAddress ( LLDB target ) : ulong
GetModule ( ) : LLDB.Module
GetSection ( ) : LLDB.Section
GetSymbol ( ) : LLDB.Symbol
GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext
IsValid ( ) : bool
OffsetAddress ( ulong offset ) : bool
SetAddress ( LLDB section, ulong offset ) : void
SetLoadAddress ( ulong load_addr, LLDB target ) : void
__CreateInstance ( Address native, bool skipVTables = false ) : Address
__CreateInstance ( global native, bool skipVTables = false ) : Address

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Address() 공개 메소드

public Address ( ) : System
리턴 System

Address() 공개 메소드

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

Address() 공개 메소드

public Address ( LLDB section, ulong offset ) : System
section LLDB
offset ulong
리턴 System

Address() 공개 메소드

public Address ( ulong load_addr, LLDB target ) : System
load_addr ulong
target LLDB
리턴 System

Address() 보호된 메소드

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

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetBlock() 공개 메소드

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

GetCompileUnit() 공개 메소드

public GetCompileUnit ( ) : LLDB.CompileUnit
리턴 LLDB.CompileUnit

GetDescription() 공개 메소드

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

GetFunction() 공개 메소드

public GetFunction ( ) : LLDB.Function
리턴 LLDB.Function

GetLineEntry() 공개 메소드

public GetLineEntry ( ) : LLDB.LineEntry
리턴 LLDB.LineEntry

GetLoadAddress() 공개 메소드

public GetLoadAddress ( LLDB target ) : ulong
target LLDB
리턴 ulong

GetModule() 공개 메소드

public GetModule ( ) : LLDB.Module
리턴 LLDB.Module

GetSection() 공개 메소드

public GetSection ( ) : LLDB.Section
리턴 LLDB.Section

GetSymbol() 공개 메소드

public GetSymbol ( ) : LLDB.Symbol
리턴 LLDB.Symbol

GetSymbolContext() 공개 메소드

public GetSymbolContext ( uint resolve_scope ) : LLDB.SymbolContext
resolve_scope uint
리턴 LLDB.SymbolContext

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

OffsetAddress() 공개 메소드

public OffsetAddress ( ulong offset ) : bool
offset ulong
리턴 bool

SetAddress() 공개 메소드

public SetAddress ( LLDB section, ulong offset ) : void
section LLDB
offset ulong
리턴 void

SetLoadAddress() 공개 메소드

public SetLoadAddress ( ulong load_addr, LLDB target ) : void
load_addr ulong
target LLDB
리턴 void

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool