Table of Contents

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

ISegmentReference

End

Gets the address to the end of the referenced function.

ISegmentReference End { get; }

Property Value

ISegmentReference