Interface IExceptionDirectory
- Namespace
- AsmResolver.PE.Exceptions
- Assembly
- AsmResolver.PE.dll
Represents the data directory containing a table of functions in a portable executable that use Structured Exception Handling (SEH).
public interface IExceptionDirectory
Methods
GetEntries()
Gets a collection of functions defined by the exception handler directory.
IEnumerable<IRuntimeFunction> GetEntries()
Returns
- IEnumerable<IRuntimeFunction>
The functions.