2.6 KiB
2.6 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
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 setComVisible(true)if COM exposure is required. - Version Consistency: Both
AssemblyVersionandAssemblyFileVersionare set to"1.0.0.0"and should be updated in tandem for releases. - Assembly Identity: The GUID
237c6e9f-9118-4bec-a55a-e194232ac330uniquely identifies this assembly's type library if exposed to COM.
4. Dependencies
This module depends on:
System.Reflection- ProvidesAssemblyTitleAttribute,AssemblyDescriptionAttribute,AssemblyConfigurationAttribute,AssemblyCompanyAttribute,AssemblyProductAttribute,AssemblyCopyrightAttribute,AssemblyTrademarkAttribute,AssemblyCultureAttribute,AssemblyVersionAttributeSystem.Runtime.CompilerServices- Imported but no attributes from this namespace are used in this fileSystem.Runtime.InteropServices- ProvidesComVisibleAttribute,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