Aspose::Font::AssemblyConstants 类

AssemblyConstants class

定义参与组件许可证检查的常量。这些常量以前直接定义为程序集属性,但我将它们移到单独的类中,因为在 .NET Compact Framework 中无法访问程序集属性。现在,在为 .NET Compact Framework 编译时,许可代码使用这些常量而不是程序集属性。

class AssemblyConstants

方法

方法描述
AssemblyConstants()

字段

字段描述
static Family
static Platform
static Product此用于 Aspose 许可代码来验证许可证是否适用于正确的产品。
static ReleaseDate此用于 Aspose 许可代码来检查订阅是否到期。您需要将其设置为发布版本或热修复的日期。
static Title
static Version程序集的版本。

另见