1
0
mirror of https://github.com/fadden/6502bench.git synced 2024-07-14 05:28:55 +00:00
6502bench/SourceGen/RuntimeData/Help
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
..
advanced.html Don't do plugin interface checks during code analysis 2019-08-10 17:16:39 -07:00
analysis.html Various doc fixes 2019-07-29 13:20:03 -07:00
codegen.html Reverse position on '#' in block move operands 2019-08-08 13:02:01 -07:00
editors.html Add more bugs & quirks 2018-10-30 15:42:13 -07:00
end-notes.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
index.html Add Actions > Format As Word (Ctrl+W) 2018-11-11 17:25:02 -08:00
intro.html Various doc fixes 2019-07-29 13:20:03 -07:00
main.css Initial file commit 2018-09-28 10:05:11 -07:00
mainwin.html Finish split-address table formatter 2019-07-13 15:55:32 -07:00
settings.html Minor documentation updates 2019-07-06 10:58:24 -07:00
tools.html Clean up HTML in manual 2018-10-09 10:04:10 -07:00
tutorials.html Minor fixes 2019-07-21 15:24:39 -07:00