Silverlight binaries what are .ni.dlls?
Posted
by BrettRobi
on Stack Overflow
See other posts from Stack Overflow
or by BrettRobi
Published on 2010-05-06T18:45:02Z
Indexed on
2010/05/06
18:48 UTC
Read the original article
Hit count: 278
Silverlight
In browsing around the Silverlight installation directory I see a number of framework DLLs as expected. But I also see a separate DLL with the same name but with .ni inserted between the dll name and extension. For example there is a System.dll and System.ni.dll. There appears to be a sister .ni dll for almost all of the system dlls. Looking at the quickly in Reflector they appear to include the same content, but are much bigger in binary size.
Just out of curiosity, can anyone explain what these are?
© Stack Overflow or respective owner