UtilSetupInstallRoot Method (String) |
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.
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public static void SetupInstallRoot(
string installRoot
)
Public Shared Sub SetupInstallRoot (
installRoot As String
)
public:
static void SetupInstallRoot(
String^ installRoot
)
Parameters
- installRoot
- Type: SystemString
[Missing <param name="installRoot"/> documentation for "M:DHI.Mike1D.Generic.Util.SetupInstallRoot(System.String)"]
See Also