Show / Hide Table of Contents

Class MemoryImport

Represents a memory imported to a WebAssembly module.

Inheritance
System.Object
Import
MemoryImport
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 MemoryImport : Import

Properties

| Improve this Doc View Source

Maximum

The maximum memory size (in WebAssembly page units).

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

Minimum

The minimum memory size (in WebAssembly page units).

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