Interface IUnwindInfo
- Namespace
- AsmResolver.PE.Exceptions
- Assembly
- AsmResolver.PE.dll
Represents unwind information associated to a IRuntimeFunction for handling an exception.
public interface IUnwindInfo
Properties
ExceptionHandler
When available, gets the reference to the exception handler code that is associated with this function.
ISegmentReference ExceptionHandler { get; }
Property Value
ExceptionHandlerData
When available, gets the reference to the exception handler data that is associated with this function.
ISegmentReference ExceptionHandlerData { get; }