Searched defs:newMethod (Results 1 – 2 of 2) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Bus/Wrappers/ | ||
| D | ReadHookWrapper.cs | 17 …Wrapper(IBusPeripheral peripheral, Func<long, T> originalMethod, Func<T, long, T> newMethod = null, in ReadHookWrapper() argument |
| D | WriteHookWrapper.cs | 17 …apper(IBusPeripheral peripheral, Action<long, T> originalMethod, Func<T, long, T> newMethod = null, in WriteHookWrapper() argument |