点击或拖拽改变大小

ClassLibraryAttribute 类

X#
This class exposes the namespace and globalclass in an assembly
继承层次
Object
  Attribute
    ClassLibraryAttribute

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Assembly)]
 SEALED CLASS ClassLibraryAttribute INHERIT Attribute
查看代码

ClassLibraryAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法ClassLibraryAttribute
初始化 ClassLibraryAttribute 类的一个新实例
Top
属性
  名称说明
公共属性DefaultNameSpace
Default namespace of the assembly.
公共属性GlobalClassName
Name of the class where functions, defines and globals are stored.
Top
参见