1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-06-30 06:29:32 +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 Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
PluginDllCache.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00
ScriptManager.cs Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
Sponsor.cs Move WPF code from SourceGenWPF to SourceGen 2019-07-20 13:28:37 -07:00