Class GlobalBinding
Represents a host global binding.
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 SourceGlobalBinding(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 SourceField
The field the import is bound to.
Declaration
public FieldInfo Field { get; }
Property Value
Type | Description |
---|---|
System.Reflection.FieldInfo |
Import
The global import of the binding.
Declaration
public GlobalImport Import { get; }
Property Value
Type | Description |
---|---|
GlobalImport |