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

Class ImportSection

Import section in a WebAssembly module.

Assembly: WaaS.Core.dll
View Source
Declaration
public class ImportSection : Section

Inheritance: System.Object -> WaaS.Models.Section

Properties

Imports

View Source
Declaration
public ReadOnlyMemory<Import> Imports { get; }