Enum ForeignRouteKind
The outcome of asking a foreign patch host to take over a target method.
public enum ForeignRouteKind
Fields
NotContested = 0No foreign patcher has claimed the target, so Concord can use its own detour.
Rejected = 2The host refused the target because combining the patches could break the method.
Routed = 1The host accepted the target and now owns its entry point.