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