Files
2026-04-17 14:55:32 -04:00

2.6 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
DTS Viewer/DTS.Viewer.Modules/DTS.Viewer.Navigation/Properties/AssemblyInfo.cs
2026-04-17T16:45:41.819326+00:00 zai-org/GLM-5-FP8 1 4042d03e7c7c8fac

Documentation: DTS.Viewer.Navigation Assembly Configuration

1. Purpose

This file provides assembly-level metadata for the DTS.Viewer.Navigation module, which appears to be a navigation component within the larger DTS Viewer application. It defines version information, COM visibility settings, and identification attributes using the traditional .NET Framework assembly attribute pattern. This module exists to configure build output metadata and control COM interop visibility for the navigation assembly.

2. Public Interface

This file contains no public classes, methods, or functions. It defines only assembly-level attributes:

Attribute Value
AssemblyTitle "DTS.Viewer.Navigation"
AssemblyDescription "" (empty)
AssemblyConfiguration "" (empty)
AssemblyCompany "" (empty)
AssemblyProduct "DTS.Viewer.Navigation"
AssemblyCopyright "Copyright © 2017"
AssemblyTrademark "" (empty)
AssemblyCulture "" (empty)
ComVisible false
Guid "237c6e9f-9118-4bec-a55a-e194232ac330"
AssemblyVersion "1.0.0.0"
AssemblyFileVersion "1.0.0.0"

3. Invariants

  • COM Visibility: All types in this assembly are not visible to COM components by default (ComVisible(false)). Individual types must explicitly set ComVisible(true) if COM exposure is required.
  • Version Consistency: Both AssemblyVersion and AssemblyFileVersion are set to "1.0.0.0" and should be updated in tandem for releases.
  • Assembly Identity: The GUID 237c6e9f-9118-4bec-a55a-e194232ac330 uniquely identifies this assembly's type library if exposed to COM.

4. Dependencies

This module depends on:

  • System.Reflection - Provides AssemblyTitleAttribute, AssemblyDescriptionAttribute, AssemblyConfigurationAttribute, AssemblyCompanyAttribute, AssemblyProductAttribute, AssemblyCopyrightAttribute, AssemblyTrademarkAttribute, AssemblyCultureAttribute, AssemblyVersionAttribute
  • System.Runtime.CompilerServices - Imported but no attributes from this namespace are used in this file
  • System.Runtime.InteropServices - Provides ComVisibleAttribute, GuidAttribute

What depends on this module:

  • Cannot be determined from this file alone. This is a configuration file for the assembly build process; other modules within