Tag

Win32

Browsing articles related to Win32.

1 articles
1 Current page
WPF: Implementing Exception Isolation Client via Multi-Process

WPF: Implementing Exception Isolation Client via Multi-Process

When a WPF client needs to implement a plugin system, it can generally be based on containers or processes. If exception isolation for external plugins is required, then the only way is to load plugins in child processes, so that even if a plugin throws an exception, it will not affect the main process.

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