Click or drag to resize
CalculationWorks Logo
References

Add library references and namespace imports.

ASSEMBLIES

This section contains the following subsections:

Category References Files

ASSEMBLIES Commands

Image

Command

Description

Open File

Add Reference

Adds an entry to the ASSEMBLIES table.

Refresh Doc ViewHS

Refresh References

Reloads all assemblies.

Bcf Delete 12

Remove Reference

Deletes selected rows from ASSEMBLIES table.

Show GridlinesHS

Toggle Columns

Toggles column filter.

toggle 16xLG

Toggle Path

Toggles absolute <-> relative path.

Assembly 6212

Show Loaded Assemblies

Shows the Loaded Assemblies Dialog.

ASSEMBLIES Table

Name

Description

(blank)

Row index. The type loader tries to resolve and load assemblies in that order.

Assembly

Path and filename of references.

Allowed files are .net class libraries, .net executables, C# project files (*.csproj) and VB project files (*.vbproj)

If project files a used (recommended) the newest compiler output will be loaded.

Reference Kind

Load Level

Description

Direct (referenced by BCF Editor)

Full

Public and internal types are made available.

Indirect (a direct dependency of a library referenced by BCF Editor)

Public

Public types are made available.

REMARK: In order to make types of an indirect referenced library available referencing it only is NOT SUFFICENT. At least one type of the library has to be used.

Indirect Indirect (an indirect dependency of a library referenced by BCF Editor)

Partial

Only required types (property types, base classes) are made available.

Summary (hidden by default)

Not used.

See also Loaded Assemblies Dialog

NAMESPACES
Category References Namespaces

NAMESPACES Commands

Image

Command

Description

Bcf Add

Add Namespace Import

Adds an entry to the NAMESPACE table.

Bcf Delete 12

Delete Namespace Import

Deletes selected rows from NAMESPACE table.

Show GridlinesHS

Toggle Columns

Toggles column filter.

NAMESPACES Table

Name

Description

(blank)

Row index.

Namespace

Mentioned namespaces may be omitted when specifying type names.

Summary (hidden by default)

Not used.

See Also