C# Class LLDB.Data

Inheritance: IDisposable
Afficher le fichier Open project: tritao/LLDBSharp Class Usage Examples

Méthodes publiques

Свойство Type Description
NativeToManagedMap Data>.System.Collections.Concurrent.ConcurrentDictionary

Protected Properties

Свойство Type Description
__OriginalVTables void*[]
__PointerAdjustment int
__ownsNativeInstance bool

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
Data ( void native, bool skipVTables = false ) : System
Dispose ( bool disposing ) : void

Private Methods

Méthode Description
Data ( Data native, bool skipVTables = false ) : System
__CopyValue ( Data native ) : void*

Method Details

Append() public méthode

public Append ( LLDB rhs ) : bool
rhs LLDB
Résultat bool

Clear() public méthode

public Clear ( ) : void
Résultat void

CreateDataFromCString() public static méthode

public static CreateDataFromCString ( LLDB endian, uint addr_byte_size, string data ) : LLDB.Data
endian LLDB
addr_byte_size uint
data string
Résultat LLDB.Data

CreateDataFromDoubleArray() public static méthode

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
Résultat LLDB.Data

CreateDataFromSInt32Array() public static méthode

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
Résultat LLDB.Data

CreateDataFromSInt64Array() public static méthode

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
Résultat LLDB.Data

CreateDataFromUInt32Array() public static méthode

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
Résultat LLDB.Data

CreateDataFromUInt64Array() public static méthode

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
Résultat LLDB.Data

Data() public méthode

public Data ( ) : System
Résultat System

Data() public méthode

public Data ( LLDB rhs ) : System
rhs LLDB
Résultat System

Data() protected méthode

protected Data ( void native, bool skipVTables = false ) : System
native void
skipVTables bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetAddress() public méthode

public GetAddress ( LLDB error, ulong offset ) : ulong
error LLDB
offset ulong
Résultat ulong

GetDescription() public méthode

public GetDescription ( LLDB description, ulong base_addr ) : bool
description LLDB
base_addr ulong
Résultat bool

GetDouble() public méthode

public GetDouble ( LLDB error, ulong offset ) : double
error LLDB
offset ulong
Résultat double

GetFloat() public méthode

public GetFloat ( LLDB error, ulong offset ) : float
error LLDB
offset ulong
Résultat float

GetLongDouble() public méthode

public GetLongDouble ( LLDB error, ulong offset ) : void*
error LLDB
offset ulong
Résultat void*

GetSignedInt16() public méthode

public GetSignedInt16 ( LLDB error, ulong offset ) : short
error LLDB
offset ulong
Résultat short

GetSignedInt32() public méthode

public GetSignedInt32 ( LLDB error, ulong offset ) : int
error LLDB
offset ulong
Résultat int

GetSignedInt64() public méthode

public GetSignedInt64 ( LLDB error, ulong offset ) : long
error LLDB
offset ulong
Résultat long

GetSignedInt8() public méthode

public GetSignedInt8 ( LLDB error, ulong offset ) : sbyte
error LLDB
offset ulong
Résultat sbyte

GetString() public méthode

public GetString ( LLDB error, ulong offset ) : string
error LLDB
offset ulong
Résultat string

GetUnsignedInt16() public méthode

public GetUnsignedInt16 ( LLDB error, ulong offset ) : ushort
error LLDB
offset ulong
Résultat ushort

GetUnsignedInt32() public méthode

public GetUnsignedInt32 ( LLDB error, ulong offset ) : uint
error LLDB
offset ulong
Résultat uint

GetUnsignedInt64() public méthode

public GetUnsignedInt64 ( LLDB error, ulong offset ) : ulong
error LLDB
offset ulong
Résultat ulong

GetUnsignedInt8() public méthode

public GetUnsignedInt8 ( LLDB error, ulong offset ) : byte
error LLDB
offset ulong
Résultat byte

IsValid() public méthode

public IsValid ( ) : bool
Résultat bool

ReadRawData() public méthode

public ReadRawData ( LLDB error, ulong offset, global buf, uint size ) : uint
error LLDB
offset ulong
buf global
size uint
Résultat uint

SetData() public méthode

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
Résultat void

SetDataFromCString() public méthode

public SetDataFromCString ( string data ) : bool
data string
Résultat bool

SetDataFromDoubleArray() public méthode

public SetDataFromDoubleArray ( double &array, uint array_len ) : bool
array double
array_len uint
Résultat bool

SetDataFromSInt32Array() public méthode

public SetDataFromSInt32Array ( int &array, uint array_len ) : bool
array int
array_len uint
Résultat bool

SetDataFromSInt64Array() public méthode

public SetDataFromSInt64Array ( long &array, uint array_len ) : bool
array long
array_len uint
Résultat bool

SetDataFromUInt32Array() public méthode

public SetDataFromUInt32Array ( uint &array, uint array_len ) : bool
array uint
array_len uint
Résultat bool

SetDataFromUInt64Array() public méthode

public SetDataFromUInt64Array ( ulong &array, uint array_len ) : bool
array ulong
array_len uint
Résultat bool

__CreateInstance() public static méthode

public static __CreateInstance ( Data native, bool skipVTables = false ) : Data
native Data
skipVTables bool
Résultat Data

__CreateInstance() public static méthode

public static __CreateInstance ( global native, bool skipVTables = false ) : Data
native global
skipVTables bool
Résultat Data

Property Details

NativeToManagedMap public_oe static_oe property

public static System.Collections.Concurrent.ConcurrentDictionary NativeToManagedMap
Résultat Data>.System.Collections.Concurrent.ConcurrentDictionary

__OriginalVTables protected_oe property

protected void*[] __OriginalVTables
Résultat void*[]

__PointerAdjustment protected_oe property

protected int __PointerAdjustment
Résultat int

__ownsNativeInstance protected_oe property

protected bool __ownsNativeInstance
Résultat bool