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 SourceFunctionName
Gets the frame's function name.
Declaration
public string? FunctionName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
FunctionOffset
Gets the frame's byte offset from the start of the function.
Declaration
public nuint FunctionOffset { get; }
Property Value
Type | Description |
---|---|
System.UIntPtr |
ModuleName
Gets the frame's module name.
Declaration
public string? ModuleName { get; }
Property Value
Type | Description |
---|---|
System.Nullable<System.String> |
ModuleOffset
Gets the frame's module offset from the start of the module.
Declaration
public nuint ModuleOffset { get; }
Property Value
Type | Description |
---|---|
System.UIntPtr |