Tag

插件系统

正在浏览与 插件系统 相关的文章。

2 篇文章
1 当前页
Self-developed hot-swappable WPF Plug-in System (MSF)

Self-developed hot-swappable WPF Plug-in System (MSF)

The need for plug-in mainly stems from the pursuit of flexibility in software architecture. Especially when developing large, complex software systems or requiring continuous updates, plug-in can improve the scalability, customization, isolation, security of the software system. Ability to sex, maintainability, modularity, easy upgrades and updates, and support for third-party development, thereby meeting changing business needs and technical challenges.

趋时软件 5/7/2024 11:15 PM
WPF implements exception-isolated clients through multiple processes

WPF implements exception-isolated clients through multiple processes

When a WPF client needs to implement a plug-in system, it can generally be implemented based on a container or process. If you need to isolate exceptions from external plug-ins, you can only use child processes to load the plug-in. In this way, if the plug-in throws exceptions, it will not affect the main process.

鹅群中的鸭霸 9/22/2021 10:10 PM