I am learning WinRT and have found this interface: https://msdn.microsoft.com/en-us/library/windows.foundation.igetactivationfactory.aspx
However, all of the samples that I have seen (example here) are in C++. Is it possible to access this method and invoke its GetActivationFactory from C#?
And if so, how?