EnvironmentSetLocation Method

Set the directory location of the HyperX binaries. * This method is *not* required for Python and IronPython client application. * This method is required for C# and VB.NET clients as these applications need HyperX.Scripting.dll alongside its binaries.

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public static void SetLocation(
	string location
)

Parameters

location  String
Path to the binaries.

See Also