Welcome to MSDN Blogs Sign in | Join | Help

AssemblyName.ReferenceMatchesDefinition

For background information, please read my blog on Assembly Identity

Assembly Identity --- ReferenceIdentity and DefinitionIdentity, Comparison and Transformation
http://blogs.msdn.com/junfeng/archive/2005/04/05/405436.aspx

As we learn from the article, there are three types of assembly identity comparison: Ref-Ref,  Def-Def, and Ref-Def.

Ref-Ref and Def-Def is pretty straightforward. You basically compare all the attributes.

Ref-Def comparison is a little bit complicated, especially given in CLR we don't compare the version number for non-strongly named assemblies.

Thus we invented this API AssemblyName.ReferenceMatchesDefinition for your disposal.

Published Thursday, June 23, 2005 9:00 AM by junfeng
Filed under: ,

Comments

# ProcessorArchitecture and Assembly.FullName

Thursday, September 08, 2005 9:21 PM by Junfeng Zhang's .Net Framework Notes
If you haven’t noticed, assemblies in .Net framework 2.0 have a new name attribute ProcessorArchitecture....

# ProcessorArchitecture and Assembly.FullName

Tuesday, September 13, 2005 12:45 PM by Junfeng Zhang's .Net Framework Notes
If you haven’t noticed, assemblies in .Net framework 2.0 have a new name attribute ProcessorArchitecture....
New Comments to this post are disabled
 
Page view tracker