You can probably do this, but you will need some work.
To use the library, create a project whose output type is a "WinMD file" (either a new one or modify your existing library). In this project, all public types and their non-private members must adhere to some WinRT rules.
For instance:
- Classes
- must be sealed (with exceptions for GUI controls).
- ,