AssemblyResolverCreateAssemblyLongName Method

Create a fully qualified assembly name (long name) from its short name. The fully qualified name will automatically be updated with new version numbers whenever the MIKE version number is incremented.

For example if inputting "DHI.Mike1D.Generic", the outcome will be "DHI.Mike1D.Generic, Version=10.0.0.0, Culture=neutral, PublicKeyToken=c513450b5d0bf0bf" which can be used directly in the Load(String) method.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public static string CreateAssemblyLongName(
	string shortName
)

Parameters

shortName  String
Short name of assembly (without .dll extension), for example "DHI.Mike1D.Generic"

Return Value

String

[Missing <returns> documentation for "M:DHI.Mike1D.Generic.AssemblyResolver.CreateAssemblyLongName(System.String)"]

See Also