Show / Hide Table of Contents

Class TableExport

Represents a table exported from a WebAssembly module or instance.

Inheritance
System.Object
Export
TableExport
Inherited Members
Export.Name
Export.ToString()
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class TableExport : Export

Properties

| Improve this Doc View Source

Kind

The value kind of the table.

Declaration
public ValueKind Kind { get; }
Property Value
Type Description
ValueKind
| Improve this Doc View Source

Maximum

The maximum number of elements in the table.

Declaration
public uint Maximum { get; }
Property Value
Type Description
System.UInt32
| Improve this Doc View Source

Minimum

The minimum number of elements in the table.

Declaration
public uint Minimum { get; }
Property Value
Type Description
System.UInt32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX