Show/Hide Toolbars

XSharp

The -ins option specifies whether the compiler should automatically include namespaces from assemblies compiled in VO/Vulcan dialect  marked with the ImplicitNameSpaceAttribute.

Syntax

-ins[+|-]

Arguments

+ | - Specifying +, or just -ins, directs the compiler to automatically include namespaces from assemblies marked with the VulcanImplicitNameSpaceAttribute.

Remarks

Class Libraries can be compiled with a special attribute:

 

 

[assembly: VulcanImplicitNamespaceAttribute( "SomeNameSpace )]

 

This attribute tells the compiler that classes that are placed inside that namespace should be automatically included when searching for classes, as if there was a #using SomeNameSpace statement in the source code.

To set this compiler option in the Visual Studio development environment:

 

1.Open the project's Properties page.

2.Click the Language tab.

3.In the Namespaces section, modify the Enable Implicit Lookup of Namespaces property.

4.Click here to see the property page