Show / Hide Table of Contents

Class GlobalImport

Represents a global variable imported to a WebAssembly module.

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

Properties

| Improve this Doc View Source

IsMutable

Determines whether or not the global variable is mutable.

Declaration
public bool IsMutable { get; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Kind

The kind of value for the global variable.

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