mef
NGEN'd assemblies not being loaded
I\'m trying to measure the performance impact of NGENing my assemblies versus not but I am unable to get my executable to load the NGEN assemblies. I ran the following from the VS2010 command prompt:[详细]
2023-03-16 11:11 分类:问答CompositionHost.Initialize() can not execute twice
I am currently try to integrate MEF and PRISM to work with each other. Everything is working fine so far. Now i would like to use MEF runtime module discovery (DeploymentCatalog) which will be used to[详细]
2023-03-15 16:18 分类:问答Help needed with Microsoft Prism application
I\'m creating a new Prism4 application with MEF and it works nice. I\'ve created the Shell, etc and everything is OK.[详细]
2023-03-14 11:57 分类:问答SatisfyImportsOnce vs ComposeParts
Can someone please explain the difference between SatisfyImportsOnce and ComposeParts and why one would work where the other doesn\'t?[详细]
2023-03-14 10:59 分类:问答MEF -- Any way to initialize it with parameters?
[Export] public class MyViewModel : NotificationObject { public MyViewModel(Foo foo) { DoWorkCommand = new DelegateCommand(DoWork);[详细]
2023-03-14 09:33 分类:问答Issue with import in MEF MVVM Silverlight 4
I am using MEF, MVVM and Silverlight4 and below is my code Main.cs: using System; using System.ComponentModel;[详细]
2023-03-14 05:03 分类:问答Dynamically register MEF exports with runtime-defined contracts
I am trying to dynamically (using reflection) add types to a MEF catalog and also define the export contract at runtime. The issue is MEF will simply use the fully qualified name of the type as the co[详细]
2023-03-14 00:57 分类:问答Unable to call a library from other in MEF
I have 3 class libraries, LibA, LibB & LibC. These libraries have defined classes A, B & C respectively.[详细]
2023-03-13 20:16 分类:问答Can I use Ninject insted of PRISM? or maybe it sould replace Unity in PRISM?
I\'m going to start an pretty large project witch contains 30+ modules, I have goggled almost for acapable framework ?开发者_如何学Go Need some help to find out witch one of these is soutable?[详细]
2023-03-13 13:54 分类:问答Getting only necessary plugins with MEF in .NET
I have IMessageSender interface. using System.ComponentModel.Composition; public interface IMessageSender[详细]
2023-03-13 12:01 分类:问答
加载中,请稍侯......