<assembly>

Class defining the assembly to be loaded.

Remarks

This tag is typically used to import a specific namespace from a C# dll.

Examples

Example 1:

            <assembly src="CSharp.dll" namespace="CSharp" />
            

Table 8: XML Tag Listing

Attribute

context=

Context or combination of contexts (separated using '|') for the import.

Attribute

namespace=

Namespace to import.

Attribute

src=

Name of the dll file to import.