Click or drag to resize

CustomTypesAssemblyFiles Property

Name or paths of assemblies that contains custom types.

The name must contain the full/relative path to the assembly file on the disc. It can also contain the fully qualified/long name of the assembly to load from the GAC (including Version, Culture and PublicKeyToken).

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public List<string> AssemblyFiles { get; set; }

Property Value

Type: ListString
See Also