Welcome to MSDN Blogs Sign in | Join | Help

September 2005 - Posts

Getting the full display name of an assembly given the path to the manifest file

Given a path to an assembly manifest file, how do we get its full display name, including ProcessorArchitecture? From my previous discussion , we know there is no managed way to achieve this. We have to use an unmanaged solution. From the discussion of
Posted by junfeng | 3 Comments
Filed under: ,

Thomas Quinn on Addins

Thomas Quinn quietly started his blog on Addins. http://blogs.msdn.com/tq/default.aspx Thomas works as an Architect in VSTO (Visual Studio Tools For Office). He worked on the Addin model for Office for long. Now he is also looking to solve the managed
Posted by junfeng | 1 Comments
Filed under:

ProcessorArchitecture and Assembly.FullName

If you haven’t noticed, assemblies in .Net framework 2.0 have a new name attribute ProcessorArchitecture . The attribute is exposed in AssemblyName class as a property ProcessorArchitecture . If you pay a little more attention, you will notice that the
Posted by junfeng | 0 Comments
Filed under: ,
 
Page view tracker