Enum X64UnwindFlags
- Namespace
- AsmResolver.PE.Exceptions
- Assembly
- AsmResolver.PE.dll
Defines all possible flags that can be assigned to an instance of X64UnwindInfo.
[Flags]
public enum X64UnwindFlags : byte
Fields
ChainedUnwindInfo = 4
Indicates This unwind info structure is not the primary one for the procedure. Instead, the chained unwind info entry is the contents of a previous entry.
ExceptionHandler = 1
Indicates the function has an exception handler that should be called when looking for functions that need to examine exceptions.
NoHandler = 0
Indicates no handlers.
TerminationHandler = 2
Indicates the function has a termination handler that should be called when unwinding an exception.