--- source_files: - Common/DTS.Common.DASResource/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:08:48.737006+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "fc6dbfff8e040367" --- # Properties ### Purpose This module contains assembly metadata for the `DASResource` assembly. It is a standard .NET AssemblyInfo file that defines version information, copyright, and COM visibility settings. The actual implementation code for DASResource is not present in this file—only assembly-level attributes. ### Public Interface No public types, functions, or methods are defined in this file. The following assembly-level attributes are declared: - `AssemblyTitle("DASResource")` - Sets the assembly title - `AssemblyDescription("")` - Empty description - `AssemblyConfiguration("")` - Empty configuration - `AssemblyCompany("")` - Empty company name - `AssemblyProduct("DASResource")` - Product name - `AssemblyCopyright("Copyright © 2008 - 2009")` - Copyright notice - `AssemblyTrademark("")` - Empty trademark - `AssemblyCulture("")` - Neutral culture (not a satellite assembly) - `ComVisible(false)` - Types not visible to COM by default - `Guid("E20CF41A-9884-40f4-AD18-4F06A42FE36D")` - COM typelib GUID - `AssemblyVersion("1.06.0081")` - Assembly version - `AssemblyFileVersion("1.06.0081")` - File version ### Invariants - AssemblyVersion and AssemblyFileVersion are synchronized at "1.06.0081" - ComVisible is set to false, meaning no types are exposed to COM by default - AssemblyCulture is empty, indicating this is not a satellite assembly ### Dependencies **Imports:** - `System.Reflection` - `System.Runtime.InteropServices` **What depends on this:** Cannot be determined from source alone. The actual DASResource implementation files would reference this assembly, but they are not provided. ### Gotchas - The actual DASResource types and functionality are not visible in this file; only assembly metadata is present. - The copyright date range (2008 - 2009) suggests this assembly was actively developed during that period. - The description, company, and trademark fields are empty—typical of internal/proprietary projects. ---