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:08:48.737006+00:00 | zai-org/GLM-5-FP8 | 1 | fc6dbfff8e040367 |
Properties
Purpose
This module contains assembly metadata for the DASResource assembly. It is a standard .NET AssemblyInfo file that defines version information, copyright, and COM visibility settings. The actual implementation code for DASResource is not present in this file—only assembly-level attributes.
Public Interface
No public types, functions, or methods are defined in this file. The following assembly-level attributes are declared:
AssemblyTitle("DASResource")- Sets the assembly titleAssemblyDescription("")- Empty descriptionAssemblyConfiguration("")- Empty configurationAssemblyCompany("")- Empty company nameAssemblyProduct("DASResource")- Product nameAssemblyCopyright("Copyright © 2008 - 2009")- Copyright noticeAssemblyTrademark("")- Empty trademarkAssemblyCulture("")- Neutral culture (not a satellite assembly)ComVisible(false)- Types not visible to COM by defaultGuid("E20CF41A-9884-40f4-AD18-4F06A42FE36D")- COM typelib GUIDAssemblyVersion("1.06.0081")- Assembly versionAssemblyFileVersion("1.06.0081")- File version
Invariants
- AssemblyVersion and AssemblyFileVersion are synchronized at "1.06.0081"
- ComVisible is set to false, meaning no types are exposed to COM by default
- AssemblyCulture is empty, indicating this is not a satellite assembly
Dependencies
Imports:
System.ReflectionSystem.Runtime.InteropServices
What depends on this: Cannot be determined from source alone. The actual DASResource implementation files would reference this assembly, but they are not provided.
Gotchas
- The actual DASResource types and functionality are not visible in this file; only assembly metadata is present.
- The copyright date range (2008 - 2009) suggests this assembly was actively developed during that period.
- The description, company, and trademark fields are empty—typical of internal/proprietary projects.