Show / Hide Table of Contents

Class MemoryBinding

Represents a host memory binding.

Inheritance
System.Object
Binding
MemoryBinding
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)
System.Object.ToString()
Namespace: Wasmtime.Bindings
Assembly: Wasmtime.Dotnet.dll
Syntax
public class MemoryBinding : Binding

Constructors

| Improve this Doc View Source

MemoryBinding(MemoryImport, FieldInfo)

Constructs a new memory binding.

Declaration
public MemoryBinding(MemoryImport import, FieldInfo field)
Parameters
Type Name Description
MemoryImport import

The memory import of the binding.

System.Reflection.FieldInfo field

The field the import is bound to.

Properties

| Improve this Doc View Source

Field

The field the import is bound to.

Declaration
public FieldInfo Field { get; }
Property Value
Type Description
System.Reflection.FieldInfo
| Improve this Doc View Source

Import

The memory import of the binding.

Declaration
public MemoryImport Import { get; }
Property Value
Type Description
MemoryImport
  • Improve this Doc
  • View Source
Back to top Generated by DocFX