I am trying to read an embedded resource (font file in a Windows 8.1 storage application) as a stream of bytes, but the problem is accessing the resource file. I often use
typeof(Type).GetTypeInfo.Assembly.GetMainfestResourceStream(...)
but the GetTypeInfo() method in System.Reflection.Type.NETCore v.4.5.1 does not exist. Is lib-reference-missing? I'm a little confused ^^
Shounbourgh
source share