2.1 KiB
2.1 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:14:40.310892+00:00 | zai-org/GLM-5-FP8 | 1 | 723d0bf96eb46676 |
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: EmptyAssemblyCompany: EmptyAssemblyProduct: Set to"ICommand"AssemblyCopyright: Set to"Copyright © 2008"AssemblyCulture: EmptyComVisible: Set tofalseGuid: 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.ReflectionSystem.Runtime.CompilerServicesSystem.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
AssemblyDescriptionattribute is empty, providing no documentation of the assembly's purpose at the metadata level. - The
AssemblyCompanyattribute 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).