Show / Hide Table of Contents

Class Export

Represents an export of a WebAssembly module or instance.

Inheritance
System.Object
Export
FunctionExport
GlobalExport
MemoryExport
TableExport
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public abstract class Export : object

Properties

| Improve this Doc View Source

Name

The name of the export.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX