Inject existing object into MEF2 #27324
Labels
area-System.Composition
question
Answer questions and provide assistance, not an issue with source code or documentation.
Milestone
Say I have an object:
and I've set up MEF to use the current assembly (of which IMyObject is defined)
How can I inject the specific instance of
obj
into this configuration so that I can do the following in an exported classThe text was updated successfully, but these errors were encountered: