Tag: assembly

Assembly to load.

Tree

  • <extension>
    • <assembly/>
  • </extension>

Remarks

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

Examples

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

Mandatory Attributes

Name Description Type Allowed Values
namespace Namespace to import. String
src Name of the dll file to import. String

Optional Attributes

Name Description Type Default Value Allowed Values
context Context or combination of contexts (separated using '|') for the import. String