Struct MemorySection
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct MemorySection
Constructors
|
Improve this Doc
View Source
MemorySection(Byte[], UInt64)
Declaration
public MemorySection(byte[] bytes, ulong startAddress)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
UInt64 |
startAddress |
|
Properties
|
Improve this Doc
View Source
bytes
Declaration
public byte[] bytes { get; }
Property Value
|
Improve this Doc
View Source
startAddress
Declaration
public ulong startAddress { get; }
Property Value
Extension Methods