Show / Hide Table of Contents

Class FunctionImport

Represents a function imported to a WebAssembly module.

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

Properties

| Improve this Doc View Source

Parameters

The parameters of the imported function.

Declaration
public IReadOnlyList<ValueKind> Parameters { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<ValueKind>
| Improve this Doc View Source

Results

The results of the imported function.

Declaration
public IReadOnlyList<ValueKind> Results { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyList<ValueKind>
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • Parameters
    • Results
Back to top Generated by DocFX