--- source_files: - DataPRO/ICommand/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:14:40.309390+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "67999941b0c18552" --- # Properties ### Purpose This module contains assembly metadata for the `ICommand` assembly. It is a standard .NET Framework properties file that defines version information, COM visibility settings, and assembly identity attributes. This assembly appears to be a core component of the DataPRO system, with an initial copyright date of 2008, suggesting it is one of the older foundational modules. ### Public Interface No public types, functions, or methods are defined in this module. The file contains only assembly-level attributes: - `AssemblyTitle`: Set to `"ICommand"` - `AssemblyDescription`: Empty - `AssemblyCompany`: Empty - `AssemblyProduct`: Set to `"ICommand"` - `AssemblyCopyright`: Set to `"Copyright © 2008"` - `AssemblyCulture`: Empty - `ComVisible`: Set to `false` - `Guid`: Set to `"14230b85-7fbb-40ce-973e-c0aecb2e8b44"` - `AssemblyVersion`: Set to `"1.06.0081"` - `AssemblyFileVersion`: Set to `"1.06.0081"` ### Invariants - The assembly version and file version are synchronized at `"1.06.0081"`. - COM visibility is explicitly disabled (`ComVisible(false)`), meaning types in this assembly are not exposed to COM components by default. - The GUID `"14230b85-7fbb-40ce-973e-c0aecb2e8b44"` uniquely identifies this assembly's type library if exposed to COM. ### Dependencies **Imports:** - `System.Reflection` - `System.Runtime.CompilerServices` - `System.Runtime.InteropServices` **Dependents:** Cannot be determined from this file alone. The `ICommand` assembly name suggests it may be a library or interface definition that other modules depend on. ### Gotchas - The `AssemblyDescription` attribute is empty, providing no documentation of the assembly's purpose at the metadata level. - The `AssemblyCompany` attribute is empty, indicating no corporate branding is embedded in the assembly metadata. - The version format `"1.06.0081"` suggests a custom versioning scheme (possibly Major.Minor.Build where Build encodes date or sequence information). ---