mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-19 21:31:30 +00:00
15d26c9ebd
The plugin objects are MarshalByRefObject stubs, which means they don't actually implement the interfaces we're checking for. There's some additional overhead to do the interface check. We can avoid it by doing the interface queries during initialization, and just checking some bit flags later on. Also, in the extension script info window, show a list of implemented interfaces. |
||
---|---|---|
.. | ||
DomainManager.cs | ||
PluginDllCache.cs | ||
ScriptManager.cs | ||
Sponsor.cs |