CompilerVersionAttribute 类 | |
This class records the compiler version used to build an assembly
继承层次 Object
Attribute
CompilerVersionAttribute
命名空间:
XSharp.Internal
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 [AttributeUsageAttribute(AttributeTargets.Assembly)]
SEALED CLASS CompilerVersionAttribute INHERIT Attribute
[AttributeUsageAttribute(AttributeTargets.Assembly)]
public sealed class CompilerVersionAttribute : Attribute
查看代码CompilerVersionAttribute 类型公开以下成员。
构造函数 属性
| 名称 | 说明 |
---|
| Version | The version and dialect of the compiler that created the assembly. |
Top参见