WPF MvvM 使用 MEF 构建插件Demo

时间:2020-04-18 05:25:24
【文件属性】:

文件名称:WPF MvvM 使用 MEF 构建插件Demo

文件大小:25KB

文件格式:ZIP

更新时间:2020-04-18 05:25:24

wpf;mvvm;MEF

在wpf中使用MEF构建插件的一个demo。


【文件预览】:
WPF_MEF_App
----WPF_MEF_App.sln(2KB)
----InternalShared()
--------IView.cs(200B)
--------Properties()
--------PluginMetadata.cs(240B)
--------InternalShared.csproj(3KB)
--------Helpers()
----PluginSecond()
--------PluginSecond.csproj(3KB)
--------PluginSecondScreenModel.cs(570B)
--------Properties()
--------PluginSecondScreen.xaml.cs(880B)
--------PluginSecondScreen.xaml(759B)
----PluginCalculator()
--------PluginCalculator.csproj(3KB)
--------Properties()
--------CalculatorScreenModel.cs(1KB)
--------CalculatorScreen.xaml(2KB)
--------CalculatorScreen.xaml.cs(518B)
----WPF_MEF_App()
--------App.xaml.cs(344B)
--------MainWindow.xaml.cs(663B)
--------MainWindow.xaml(1KB)
--------Properties()
--------WPF_MEF_App.csproj(5KB)
--------App.config(187B)
--------App.xaml(322B)
--------MainWindowModel.cs(5KB)

网友评论

  • 没有注释,运行不起来
  • 例子简单实用
  • 下载后不能正常使用.
  • 这个案例不错,同JAVE下的OSGI。
  • 很好的DEMO 融合MEF插件式开发和MVVM