Show / Hide Table of Contents

Class TableImport

Represents a table imported to a WebAssembly module.

Inheritance
System.Object
Import
TableImport
Inherited Members
Import.ModuleName
Import.Name
Import.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Wasmtime.Imports
Assembly: Wasmtime.Dotnet.dll
Syntax
public class TableImport : Import

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
Back to top Generated by DocFX