Show / Hide Table of Contents

Class GlobalBinding

Represents a host global binding.

Inheritance
System.Object
Binding
GlobalBinding
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 GlobalBinding : Binding

Constructors

| Improve this Doc View Source

GlobalBinding(GlobalImport, FieldInfo)

Constructs a new global binding.

Declaration
public GlobalBinding(GlobalImport import, FieldInfo field)
Parameters
Type Name Description
GlobalImport import

The global 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 global import of the binding.

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