2.2 KiB
2.2 KiB
source_files, generated_at, model, schema_version, sha256
| source_files | generated_at | model | schema_version | sha256 | |
|---|---|---|---|---|---|
|
2026-04-17T16:13:55.388323+00:00 | zai-org/GLM-5-FP8 | 1 | 97bc50e4b2875690 |
Properties
Purpose
This module contains assembly metadata for the DPInstallWrapper2 assembly, which appears to be a driver installer wrapper component within the DataPRO installation system. The file configures assembly identity, version information, and COM visibility settings using standard .NET assembly attributes. It exists to provide build-time metadata for the compiled assembly.
Public Interface
No public functions, classes, or methods are defined in this module. This file contains only assembly-level attribute declarations:
AssemblyTitle("DPInstallWrapper2")- Sets the assembly titleAssemblyDescription("")- Empty descriptionAssemblyConfiguration("")- Empty configurationAssemblyCompany("")- Empty company nameAssemblyProduct("DPInstallWrapper2")- Product nameAssemblyCopyright("Copyright © 2019")- Copyright noticeAssemblyTrademark("")- Empty trademarkAssemblyCulture("")- Neutral cultureComVisible(false)- Types not visible to COM componentsGuid("bb0e5961-d169-4dab-ac55-72e1e71c1ef9")- COM type library identifierAssemblyVersion("1.0.0.0")- Assembly versionAssemblyFileVersion("1.0.0.0")- File version
Invariants
- The GUID
bb0e5961-d169-4dab-ac55-72e1e71c1ef9uniquely identifies this assembly's COM type library if exposed. ComVisible(false)ensures types are not exposed to COM by default.- Version numbers are fixed at
1.0.0.0for both assembly and file versions.
Dependencies
Imports:
System.ReflectionSystem.Runtime.CompilerServicesSystem.Runtime.InteropServices
Consumers: Unknown from this file alone - would be any project referencing the DPInstallWrapper2 assembly.
Gotchas
- The
AssemblyDescription,AssemblyCompany,AssemblyConfiguration, andAssemblyTrademarkattributes are all empty strings, which may indicate incomplete metadata configuration. - The copyright year (2019) differs from other modules in the system, suggesting this component was created or updated later in the project lifecycle.