Click or drag to resize
weroSoft AG, Software
AssemblyInformation Class
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Provides the most important assembly information.
Inheritance Hierarchy
SystemObject
  WeroSoft.DiagnosticsAssemblyInformation

Namespace:  WeroSoft.Diagnostics
Assembly:  WeroSoft.Core.Library (in WeroSoft.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public static class AssemblyInformation

The AssemblyInformation type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetAssemblyFileVersion
Gets the assembly file version of the assembly.
Public methodStatic memberGetAssemblyInformationalVersion
Gets the assembly file version of the assembly.
Public methodStatic memberGetAssemblyVersion
Gets the assembly version of the assembly.
Public methodStatic memberGetCompanyName
Gets the company name of the assembly.
Public methodStatic memberGetCopyright
Gets the copyright of the assembly.
Public methodStatic memberGetDescription
Gets the description of the assembly.
Public methodStatic memberGetProductName
Gets the product name of the assembly.
Public methodStatic memberGetTitle
Gets the title of the assembly.
Public methodStatic memberGetTrademark
Gets the trademark of the assembly.
Top
See Also