Files
DP44/docs/ai/DataPRO/IService/Properties.md
2026-04-17 14:55:32 -04:00

38 lines
1.3 KiB
Markdown

---
source_files:
- DataPRO/IService/Properties/AssemblyInfo.cs
generated_at: "2026-04-17T16:27:45.382994+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "85c6948c52377c2f"
---
# Properties
### Purpose
This module contains the assembly metadata for the `IService` assembly. It is a standard .NET assembly information file that defines versioning, copyright, and COM visibility settings for the IService component. This file exists purely for build-time configuration and contains no executable logic.
### Public Interface
No public types or functions are exposed. This module consists solely of assembly-level attributes:
- `AssemblyTitle`: "IService"
- `AssemblyVersion`: "1.06.0081"
- `AssemblyFileVersion`: "1.06.0081"
- `ComVisible`: `false`
- `Guid`: "7085ea4c-93ee-4ba6-b42d-4776598554e1"
### Invariants
- The assembly version and file version are synchronized (both "1.06.0081").
- COM visibility is disabled at the assembly level; individual types must explicitly enable COM visibility if required.
### Dependencies
**Depends on:**
- `System.Reflection`
- `System.Runtime.CompilerServices`
- `System.Runtime.InteropServices`
**Depended on by:** Unclear from source alone—this is a leaf configuration file consumed by the build system.
### Gotchas
None identified from source alone.
---