UtilSetupInstallRoot(String) Method

Sets up a run environment that does not utilize the GAC. This is only necessary in a develoment environment and should not be used by others.

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 void SetupInstallRoot(
	string installRoot
)

Parameters

installRoot  String

[Missing <param name="installRoot"/> documentation for "M:DHI.Mike1D.Generic.Util.SetupInstallRoot(System.String)"]

See Also