What does [PartCreationPolicy(CreationPolicy.Shared)]

c#, mef

Solution

To add to Julien's answer, I think conceptually you can think of it as a Singleton.

Problem

What does [PartCreationPolicy(CreationPolicy.Shared)] mean?

Original source