メインコンテンツまでスキップ

Class Data

Represents a single data segment in a data section.

Assembly: WaaS.Core.dll
View Source
Declaration
public class Data

Properties

MemoryIndex

View Source
Declaration
public uint MemoryIndex { get; }

Offset

View Source
Declaration
public IConstantExpression Offset { get; }

Payload

View Source
Declaration
public ReadOnlyMemory<byte> Payload { get; }