- Timestamp:
- 11/24/15 17:08:43 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/RefactorPluginInfrastructure-2522/HeuristicLab.PluginInfrastructure/3.3/AssemblyExtensions.cs
r13338 r13369 52 52 return GetCustomAttributeValue<AssemblyFileVersionAttribute>(assembly, "Version"); 53 53 } 54 public static string GetCopyright(this Assembly assembly) { 55 return GetCustomAttributeValue<AssemblyCopyrightAttribute>(assembly, "Copyright"); 56 } 57 58 public static string GetProduct(this Assembly assembly) { 59 return GetCustomAttributeValue<AssemblyProductAttribute>(assembly, "Product"); 60 } 61 54 62 } 55 63 }
Note: See TracChangeset
for help on using the changeset viewer.