Click or drag to resize

AssemblyInfo Class

Gives more information about an assembly as standard class System.Reflection.Assembly (extensions methods)
Inheritance Hierarchy
SystemObject
  SICAssemblyInfo

Namespace:  SIC
Assembly:  SIC (in SIC.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public static class AssemblyInfo

The AssemblyInfo type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCode exampleCompany
Gives information about company
Public methodStatic memberCode exampleCopyright
Gives copyright information
Public methodStatic memberCode exampleCulture
Gives information on what languages the assembly supports
Public methodStatic memberCode exampleDescription
Gives description about the assembly
Public methodStatic memberCode exampleFileName
Gives the file name of assembly
Public methodStatic memberCode exampleProduct
Gives information about product
Public methodStatic memberCode exampleTitle
Gives the assebly title of assembly
Public methodStatic memberCode exampleTrademark
Gives trademark information
Public methodStatic memberCode exampleVersion
Gives assembly version
Top
Remarks
For entry assembly handling see SIC.EntryAssemblyAttribute
For Configuration attribute see SIC.Settings.Configuration.SettingName
See Also