When marshaling System.URI we to and from WinRT we use need to access System.URI...
authorYi Zhang <yzha@microsoft.com>
Sat, 11 Apr 2015 18:39:55 +0000 (11:39 -0700)
committerYi Zhang <yzha@microsoft.com>
Sat, 11 Apr 2015 18:39:55 +0000 (11:39 -0700)
commitdb2a7f6f4ef6bfc4d4b78209f9fe28b633e592a1
tree9428056c7be67076c2654405206d057c34fa0c4d
parentf4f1e8c7b588c125629286bb5782d209be9583be
When marshaling System.URI we to and from WinRT we use need to access System.URI members(get_OriginalString, ctor). We currently use TypeName::GetTypeFromAsmQualifiedName to load the type and specify System.dll. The change is to simply use System.Runtime instead.

[tfs-changeset: 1451164]
src/vm/classnames.h
src/vm/mlinfo.cpp