Class FunctionImport
Represents a function imported to a WebAssembly module.
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)
Namespace: Wasmtime.Imports
Assembly: Wasmtime.Dotnet.dll
Syntax
public class FunctionImport : Import
Properties
| Improve this Doc View SourceParameters
The parameters of the imported function.
Declaration
public IReadOnlyList<ValueKind> Parameters { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ValueKind> |
Results
The results of the imported function.
Declaration
public IReadOnlyList<ValueKind> Results { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ValueKind> |