1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-09-16 22:58:50 +00:00
6502bench/SourceGen/Sandbox
Andy McFadden 15d26c9ebd Don't do plugin interface checks during code analysis
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.
2019-08-10 17:16:39 -07:00
..
DomainManager.cs
PluginDllCache.cs
ScriptManager.cs Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
Sponsor.cs