Method WithBefore
- Namespace
- MonoMod.RuntimeDetour
- Assembly
- MonoMod.RuntimeDetour.dll
WithBefore(IEnumerable<string>)
public DetourConfig WithBefore(IEnumerable<string> before)
Parameters
beforeIEnumerable<string>- The Before list for the new DetourConfig.
Returns
- DetourConfig
- A DetourConfig identical to this one, but with Before equal to
before.
WithBefore(params string[])
public DetourConfig WithBefore(params string[] before)
Parameters
beforestring[]- The Before list for the new DetourConfig.
Returns
- DetourConfig
- A DetourConfig identical to this one, but with Before equal to
before.