C# 클래스 LLDB.Data

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

공개 프로퍼티들

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
Append ( LLDB rhs ) : bool
Clear ( ) : void
CreateDataFromCString ( LLDB endian, uint addr_byte_size, string data ) : LLDB.Data
CreateDataFromDoubleArray ( LLDB endian, uint addr_byte_size, double &array, uint array_len ) : LLDB.Data
CreateDataFromSInt32Array ( LLDB endian, uint addr_byte_size, int &array, uint array_len ) : LLDB.Data
CreateDataFromSInt64Array ( LLDB endian, uint addr_byte_size, long &array, uint array_len ) : LLDB.Data
CreateDataFromUInt32Array ( LLDB endian, uint addr_byte_size, uint &array, uint array_len ) : LLDB.Data
CreateDataFromUInt64Array ( LLDB endian, uint addr_byte_size, ulong &array, uint array_len ) : LLDB.Data
Data ( ) : System
Data ( LLDB rhs ) : System
Dispose ( ) : void
GetAddress ( LLDB error, ulong offset ) : ulong
GetDescription ( LLDB description, ulong base_addr ) : bool
GetDouble ( LLDB error, ulong offset ) : double
GetFloat ( LLDB error, ulong offset ) : float
GetLongDouble ( LLDB error, ulong offset ) : void*
GetSignedInt16 ( LLDB error, ulong offset ) : short
GetSignedInt32 ( LLDB error, ulong offset ) : int
GetSignedInt64 ( LLDB error, ulong offset ) : long
GetSignedInt8 ( LLDB error, ulong offset ) : sbyte
GetString ( LLDB error, ulong offset ) : string
GetUnsignedInt16 ( LLDB error, ulong offset ) : ushort
GetUnsignedInt32 ( LLDB error, ulong offset ) : uint
GetUnsignedInt64 ( LLDB error, ulong offset ) : ulong
GetUnsignedInt8 ( LLDB error, ulong offset ) : byte
IsValid ( ) : bool
ReadRawData ( LLDB error, ulong offset, global buf, uint size ) : uint
SetData ( LLDB error, global buf, uint size, LLDB endian, byte addr_size ) : void
SetDataFromCString ( string data ) : bool
SetDataFromDoubleArray ( double &array, uint array_len ) : bool
SetDataFromSInt32Array ( int &array, uint array_len ) : bool
SetDataFromSInt64Array ( long &array, uint array_len ) : bool
SetDataFromUInt32Array ( uint &array, uint array_len ) : bool
SetDataFromUInt64Array ( ulong &array, uint array_len ) : bool
__CreateInstance ( Data native, bool skipVTables = false ) : Data
__CreateInstance ( global native, bool skipVTables = false ) : Data

보호된 메소드들

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

비공개 메소드들

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

메소드 상세

Append() 공개 메소드

public Append ( LLDB rhs ) : bool
rhs LLDB
리턴 bool

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

CreateDataFromCString() 공개 정적인 메소드

public static CreateDataFromCString ( LLDB endian, uint addr_byte_size, string data ) : LLDB.Data
endian LLDB
addr_byte_size uint
data string
리턴 LLDB.Data

CreateDataFromDoubleArray() 공개 정적인 메소드

public static CreateDataFromDoubleArray ( LLDB endian, uint addr_byte_size, double &array, uint array_len ) : LLDB.Data
endian LLDB
addr_byte_size uint
array double
array_len uint
리턴 LLDB.Data

CreateDataFromSInt32Array() 공개 정적인 메소드

public static CreateDataFromSInt32Array ( LLDB endian, uint addr_byte_size, int &array, uint array_len ) : LLDB.Data
endian LLDB
addr_byte_size uint
array int
array_len uint
리턴 LLDB.Data

CreateDataFromSInt64Array() 공개 정적인 메소드

public static CreateDataFromSInt64Array ( LLDB endian, uint addr_byte_size, long &array, uint array_len ) : LLDB.Data
endian LLDB
addr_byte_size uint
array long
array_len uint
리턴 LLDB.Data

CreateDataFromUInt32Array() 공개 정적인 메소드

public static CreateDataFromUInt32Array ( LLDB endian, uint addr_byte_size, uint &array, uint array_len ) : LLDB.Data
endian LLDB
addr_byte_size uint
array uint
array_len uint
리턴 LLDB.Data

CreateDataFromUInt64Array() 공개 정적인 메소드

public static CreateDataFromUInt64Array ( LLDB endian, uint addr_byte_size, ulong &array, uint array_len ) : LLDB.Data
endian LLDB
addr_byte_size uint
array ulong
array_len uint
리턴 LLDB.Data

Data() 공개 메소드

public Data ( ) : System
리턴 System

Data() 공개 메소드

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

Data() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

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

GetAddress() 공개 메소드

public GetAddress ( LLDB error, ulong offset ) : ulong
error LLDB
offset ulong
리턴 ulong

GetDescription() 공개 메소드

public GetDescription ( LLDB description, ulong base_addr ) : bool
description LLDB
base_addr ulong
리턴 bool

GetDouble() 공개 메소드

public GetDouble ( LLDB error, ulong offset ) : double
error LLDB
offset ulong
리턴 double

GetFloat() 공개 메소드

public GetFloat ( LLDB error, ulong offset ) : float
error LLDB
offset ulong
리턴 float

GetLongDouble() 공개 메소드

public GetLongDouble ( LLDB error, ulong offset ) : void*
error LLDB
offset ulong
리턴 void*

GetSignedInt16() 공개 메소드

public GetSignedInt16 ( LLDB error, ulong offset ) : short
error LLDB
offset ulong
리턴 short

GetSignedInt32() 공개 메소드

public GetSignedInt32 ( LLDB error, ulong offset ) : int
error LLDB
offset ulong
리턴 int

GetSignedInt64() 공개 메소드

public GetSignedInt64 ( LLDB error, ulong offset ) : long
error LLDB
offset ulong
리턴 long

GetSignedInt8() 공개 메소드

public GetSignedInt8 ( LLDB error, ulong offset ) : sbyte
error LLDB
offset ulong
리턴 sbyte

GetString() 공개 메소드

public GetString ( LLDB error, ulong offset ) : string
error LLDB
offset ulong
리턴 string

GetUnsignedInt16() 공개 메소드

public GetUnsignedInt16 ( LLDB error, ulong offset ) : ushort
error LLDB
offset ulong
리턴 ushort

GetUnsignedInt32() 공개 메소드

public GetUnsignedInt32 ( LLDB error, ulong offset ) : uint
error LLDB
offset ulong
리턴 uint

GetUnsignedInt64() 공개 메소드

public GetUnsignedInt64 ( LLDB error, ulong offset ) : ulong
error LLDB
offset ulong
리턴 ulong

GetUnsignedInt8() 공개 메소드

public GetUnsignedInt8 ( LLDB error, ulong offset ) : byte
error LLDB
offset ulong
리턴 byte

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

ReadRawData() 공개 메소드

public ReadRawData ( LLDB error, ulong offset, global buf, uint size ) : uint
error LLDB
offset ulong
buf global
size uint
리턴 uint

SetData() 공개 메소드

public SetData ( LLDB error, global buf, uint size, LLDB endian, byte addr_size ) : void
error LLDB
buf global
size uint
endian LLDB
addr_size byte
리턴 void

SetDataFromCString() 공개 메소드

public SetDataFromCString ( string data ) : bool
data string
리턴 bool

SetDataFromDoubleArray() 공개 메소드

public SetDataFromDoubleArray ( double &array, uint array_len ) : bool
array double
array_len uint
리턴 bool

SetDataFromSInt32Array() 공개 메소드

public SetDataFromSInt32Array ( int &array, uint array_len ) : bool
array int
array_len uint
리턴 bool

SetDataFromSInt64Array() 공개 메소드

public SetDataFromSInt64Array ( long &array, uint array_len ) : bool
array long
array_len uint
리턴 bool

SetDataFromUInt32Array() 공개 메소드

public SetDataFromUInt32Array ( uint &array, uint array_len ) : bool
array uint
array_len uint
리턴 bool

SetDataFromUInt64Array() 공개 메소드

public SetDataFromUInt64Array ( ulong &array, uint array_len ) : bool
array ulong
array_len uint
리턴 bool

__CreateInstance() 공개 정적인 메소드

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

__CreateInstance() 공개 정적인 메소드

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

프로퍼티 상세

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

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

__OriginalVTables 보호되어 있는 프로퍼티

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

__PointerAdjustment 보호되어 있는 프로퍼티

protected int __PointerAdjustment
리턴 int

__ownsNativeInstance 보호되어 있는 프로퍼티

protected bool __ownsNativeInstance
리턴 bool