Show / Hide Table of Contents

Class TrapFrame

Represents a WebAssembly trap frame.

Inheritance
System.Object
TrapFrame
Namespace: Wasmtime
Assembly: Wasmtime.Dotnet.dll
Syntax
public class TrapFrame : object

Properties

| Improve this Doc View Source

FunctionName

Gets the frame's function name.

Declaration
public string? FunctionName { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

FunctionOffset

Gets the frame's byte offset from the start of the function.

Declaration
public nuint FunctionOffset { get; }
Property Value
Type Description
System.UIntPtr
| Improve this Doc View Source

ModuleName

Gets the frame's module name.

Declaration
public string? ModuleName { get; }
Property Value
Type Description
System.Nullable<System.String>
| Improve this Doc View Source

ModuleOffset

Gets the frame's module offset from the start of the module.

Declaration
public nuint ModuleOffset { get; }
Property Value
Type Description
System.UIntPtr
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX