--- source_files: - DataPRO/Modules/SystemSettings/RealtimeSettings/Properties/AssemblyInfo.cs generated_at: "2026-04-17T16:30:37.201000+00:00" model: "zai-org/GLM-5-FP8" schema_version: 1 sha256: "05a20efb429f05b5" --- # Properties ### Purpose This module contains standard .NET assembly metadata for the `RealtimeSettings` component. It provides versioning, culture, and COM visibility information for the compiled assembly. It does not contain executable logic. ### Public Interface * `AssemblyTitle("RealtimeSettings")`: Specifies the assembly title. * `AssemblyVersion("1.0.0.0")`: Specifies the assembly version. * `AssemblyFileVersion("1.0.0.0")`: Specifies the file version. * `ComVisible(false)`: Makes types in this assembly not visible to COM components. * `Guid("7446722e-490d-4f6a-beaf-907947e576d5")`: Specifies the GUID for the type library ID if exposed to COM. ### Invariants * Standard .NET assembly attributes are applied at the assembly level. ### Dependencies * **Depends on:** `System.Reflection`, `System.Runtime.CompilerServices`, `System.Runtime.InteropServices`. ### Gotchas None identified from source alone.