summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/Reflection/InterfaceProxyBuilder.cs
AgeCommit message (Expand)Author
2022-02-16move proxying to a separate NuGet libraryShockah
2022-02-10add reverse API proxying (and unproxying)Shockah
2022-02-10add proxy instance cachingShockah
2022-02-10use Call/Callvirt depending on targetShockah
2022-02-10fix code style warningShockah
2022-02-10implement `out` parameter proxyingShockah
2022-02-09add WIP proxying of methods with `out` parametersShockah
2022-02-09simplifies proxy method IL a bitShockah
2022-02-09stop proxying nullsShockah
2022-02-09fix stack overflow for proxied types referencing each otherShockah
2022-02-09support proxying return values in API proxiesShockah
2022-02-08uses `proxy.Name` instead of `target.Name` (which makes more sense in this co...Shockah
2022-02-08oops old codeShockah
2022-02-08allow generic methods and any assignable types in API proxiesShockah
2022-02-08allow default interface method implementations in API proxiesShockah
2018-12-27tweak comment header conventionJesse Plamondon-Willard
2018-02-17split proxy builder & factory (#435)Jesse Plamondon-Willard
2017-12-15emit proxy classes directly to simplify crossplatform compatibility (#409)Jesse Plamondon-Willard