Struct ActionResult
A result from a function call which does not produce a value, represents either a successful call or a trap
Implements
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public readonly struct ActionResult : IActionResult<ActionResult, ActionResultBuilder>
Properties
| Improve this Doc View SourceTrap
Get the trap associated with this result
Declaration
public readonly TrapException Trap { get; }
Property Value
Type | Description |
---|---|
TrapException |
Type
Indicates what type of result this contains
Declaration
public readonly ResultType Type { get; }
Property Value
Type | Description |
---|---|
ResultType |