DllName Element

Description

The path and name of the DLL Custom Server in which support for the custom control is implemented.

Important Information

This element applies to the .NET DLL coding option only.

Specify the full path and file name.

Alternatively, if the Custom Server assembly is installed in the global assembly cache (GAC), pass the type name with the standard syntax.

For example:

  • myQTCustomServer

  • myQTCustomServer, Version=1.0.1234.0

  • myQTCustomServer, Version=1.0.1234.0, Culture="en-US", PublicKeyToken=b77a5c561934e089c

Type

string

Used By