Table of Contents

Interface IArm64UnwindInfo

Namespace
AsmResolver.PE.Exceptions
Assembly
AsmResolver.PE.dll

Provides members describing unwind information for an ARM64 runtime function.

public interface IArm64UnwindInfo : IUnwindInfo
Inherited Members

Properties

FieldValue

Gets the raw contents of the data field for the RUNTIME_FUNCTION entry.

uint FieldValue { get; }

Property Value

uint

FunctionLength

Gets the number of instructions that this unwind info is protecting.

uint FunctionLength { get; }

Property Value

uint