Class MemoryImport
Represents a memory imported to a WebAssembly module.
Inherited Members
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 SourceMaximum
The maximum memory size (in WebAssembly page units).
Declaration
public uint Maximum { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |
Minimum
The minimum memory size (in WebAssembly page units).
Declaration
public uint Minimum { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |