I have got some custom WPF UserControl
.
And it has implementation like this one
public partial class CustomControl : UserControl, IMyPluginInterface
How do I can get a type of that UserControl in other application?
Or how to enumerate types in assembly?
Thank you!