Code Monkey home page Code Monkey logo

baktunshell's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

baktunshell's Issues

Single process loading of multiple plugins

Hello,

First of all this thank you for this repository.

BaktunShell provides a really nice feature ;).
It would be nice if a single process could create multiple plugins.

Actually I've done a some changes to this, I am using it and I run into a problem.
Everything runs down gracefully but it seems the created Plugin View (the plugin UserControl) is still retained somehow. The NativeHandleContractInsulator is nicely rundown, I see the RevokeLifetimeToken getting called but never the less after running the garbage collector the control is alive. I've checked this using a tool and it seems it is referenced from HwndSource and HwndTarget. Am I missing something or a single control cannot be run down without the whole dispatcher shutdown?

The plugin view is called

HostControl

and the analysis is presented below:
wpfpluginprocessmemory

Thank you for any information regarding this topic.

NativeHandleContractInsulator

Hello,
Thanks for the excellent article and code for the shell. I know this is 10 years old, but still relevant. I have a question regarding NativeHandleContractInsulator.

By implementing above, wpf code below would return null for _addInHwndSourceWrapper (as intended).

_addInHwndSourceWrapper = contract as AddInHwndSourceWrapper;
5: if (_addInHwndSourceWrapper != null)
6: {
7: _addInHwndSourceWrapper.RegisterKeyboardInputSite(new AddInHostSite(this));
8: }

But this would turn off the Keyboard sink support ? or does it not ?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.