Interface IRuntimeFunction
- Namespace
- AsmResolver.PE.Exceptions
- Assembly
- AsmResolver.PE.dll
Represents a single entry in an exception data directory of a portable executable (PE).
public interface IRuntimeFunction
Properties
Begin
Gets the address to the beginning of the referenced function.
ISegmentReference Begin { get; }
Property Value
End
Gets the address to the end of the referenced function.
ISegmentReference End { get; }