Click or drag to resize

ClassLibraryAttribute Class

X#
This class exposes the namespace and globalclass in an assembly
Inheritance Hierarchy
Object
  Attribute
    ClassLibraryAttribute

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Assembly)]
 SEALED CLASS ClassLibraryAttribute INHERIT Attribute
Request Example View Source

The ClassLibraryAttribute type exposes the following members.

Constructors
  NameDescription
Public methodClassLibraryAttribute
Initializes a new instance of the ClassLibraryAttribute class
Top
Properties
  NameDescription
Public propertyDefaultNameSpace
Default namespace of the assembly.
Public propertyGlobalClassName
Name of the class where functions, defines and globals are stored.
Top
See Also