Class MethodReplacement
Namespace: Xareus.Unity.Utils.Advanced
Assembly: Xareus.Unity.Utils.Advanced.dll
Syntax
public static class MethodReplacement
Methods
ReplaceMethod(MethodInfo, MethodInfo)
Declaration
public static void ReplaceMethod(MethodInfo originalMethod, MethodInfo newMethod)
Parameters
Type | Name | Description |
---|---|---|
MethodInfo | originalMethod | |
MethodInfo | newMethod |