Reflection has changed in .NET for Windows Store Apps. Type.GetMethod no longer exists and should be replaced with Type.GetTypeInfo() and then other calls as appropriate.
↧