WasmTagInfo
Namespace: Dotsider.Core.Analysis.Models
Assembly: Dotsider.Core.dll
One WebAssembly exception tag declaration.
public sealed record WasmTagInfo : IEquatable<WasmTagInfo>Inheritance
Section titled “Inheritance”Object → WasmTagInfo
Implements
Section titled “Implements”Constructors
Section titled “Constructors”WasmTagInfo(int, uint, int)
Section titled “WasmTagInfo(int, uint, int)”One WebAssembly exception tag declaration.
Parameters:
Index(Int32): The zero-based tag index.Attribute(UInt32): The tag attribute value.TypeIndex(Int32): The function type index used by the tag.
public WasmTagInfo(int Index, uint Attribute, int TypeIndex)Properties
Section titled “Properties”Attribute
Section titled “Attribute”The tag attribute value.
Returns: UInt32
public uint Attribute { get; init; }The zero-based tag index.
Returns: Int32
public int Index { get; init; }TypeIndex
Section titled “TypeIndex”The function type index used by the tag.
Returns: Int32
public int TypeIndex { get; init; }