Show / Hide Table of Contents

Struct ActionResult

A result from a function call which does not produce a value, represents either a successful call or a trap

Implements
IActionResult<ActionResult, Wasmtime.ActionResultBuilder>
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public readonly struct ActionResult : IActionResult<ActionResult, ActionResultBuilder>

Properties

| Improve this Doc View Source

Trap

Get the trap associated with this result

Declaration
public readonly TrapException Trap { get; }
Property Value
Type Description
TrapException
| Improve this Doc View Source

Type

Indicates what type of result this contains

Declaration
public readonly ResultType Type { get; }
Property Value
Type Description
ResultType

Implements

IActionResult<TResult, TBuilder>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX