프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 ( |
||
__CreateInstance ( global native, bool skipVTables = false ) : |
메소드 | 설명 | |
---|---|---|
Data ( void native, bool skipVTables = false ) : System | ||
Dispose ( bool disposing ) : void |
메소드 | 설명 | |
---|---|---|
Data ( |
||
__CopyValue ( |
public static CreateDataFromCString ( LLDB endian, uint addr_byte_size, string data ) : LLDB.Data | ||
endian | LLDB | |
addr_byte_size | uint | |
data | string | |
리턴 | LLDB.Data |
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 |
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 |
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 |
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 |
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 |
protected Data ( void native, bool skipVTables = false ) : System | ||
native | void | |
skipVTables | bool | |
리턴 | System |
public GetAddress ( LLDB error, ulong offset ) : ulong | ||
error | LLDB | |
offset | ulong | |
리턴 | ulong |
public GetDescription ( LLDB description, ulong base_addr ) : bool | ||
description | LLDB | |
base_addr | ulong | |
리턴 | bool |
public GetDouble ( LLDB error, ulong offset ) : double | ||
error | LLDB | |
offset | ulong | |
리턴 | double |
public GetFloat ( LLDB error, ulong offset ) : float | ||
error | LLDB | |
offset | ulong | |
리턴 | float |
public GetLongDouble ( LLDB error, ulong offset ) : void* | ||
error | LLDB | |
offset | ulong | |
리턴 | void* |
public GetSignedInt16 ( LLDB error, ulong offset ) : short | ||
error | LLDB | |
offset | ulong | |
리턴 | short |
public GetSignedInt32 ( LLDB error, ulong offset ) : int | ||
error | LLDB | |
offset | ulong | |
리턴 | int |
public GetSignedInt64 ( LLDB error, ulong offset ) : long | ||
error | LLDB | |
offset | ulong | |
리턴 | long |
public GetSignedInt8 ( LLDB error, ulong offset ) : sbyte | ||
error | LLDB | |
offset | ulong | |
리턴 | sbyte |
public GetString ( LLDB error, ulong offset ) : string | ||
error | LLDB | |
offset | ulong | |
리턴 | string |
public GetUnsignedInt16 ( LLDB error, ulong offset ) : ushort | ||
error | LLDB | |
offset | ulong | |
리턴 | ushort |
public GetUnsignedInt32 ( LLDB error, ulong offset ) : uint | ||
error | LLDB | |
offset | ulong | |
리턴 | uint |
public GetUnsignedInt64 ( LLDB error, ulong offset ) : ulong | ||
error | LLDB | |
offset | ulong | |
리턴 | ulong |
public GetUnsignedInt8 ( LLDB error, ulong offset ) : byte | ||
error | LLDB | |
offset | ulong | |
리턴 | byte |
public ReadRawData ( LLDB error, ulong offset, global buf, uint size ) : uint | ||
error | LLDB | |
offset | ulong | |
buf | global | |
size | uint | |
리턴 | uint |
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 |
public SetDataFromDoubleArray ( double &array, uint array_len ) : bool | ||
array | double | |
array_len | uint | |
리턴 | bool |
public SetDataFromSInt32Array ( int &array, uint array_len ) : bool | ||
array | int | |
array_len | uint | |
리턴 | bool |
public SetDataFromSInt64Array ( long &array, uint array_len ) : bool | ||
array | long | |
array_len | uint | |
리턴 | bool |
public SetDataFromUInt32Array ( uint &array, uint array_len ) : bool | ||
array | uint | |
array_len | uint | |
리턴 | bool |
public SetDataFromUInt64Array ( ulong &array, uint array_len ) : bool | ||
array | ulong | |
array_len | uint | |
리턴 | bool |
public static __CreateInstance ( |
||
native | ||
skipVTables | bool | |
리턴 |
public static __CreateInstance ( global native, bool skipVTables = false ) : |
||
native | global | |
skipVTables | bool | |
리턴 |
public static System.Collections.Concurrent.ConcurrentDictionary |
||
리턴 | Data>.System.Collections.Concurrent.ConcurrentDictionary |