Skip to content
Concord

Enum ForeignRouteKind

Namespace
Concord.Detour
Assembly
Concord.Detour.dll

The outcome of asking a foreign patch host to take over a target method.

public enum ForeignRouteKind

Fields

NotContested = 0

No foreign patcher has claimed the target, so Concord can use its own detour.

Rejected = 2

The host refused the target because combining the patches could break the method.

Routed = 1

The host accepted the target and now owns its entry point.