Environment Class

Represents HyperX's execution environment (where HyperX is installed).

Definition

Namespace: HyperX.Scripting
Assembly: HyperX.Scripting (in HyperX.Scripting.dll) Version: 9.0.0.0 (9.0.0)
C#
public static class Environment
Inheritance
Object    Environment

Methods

Initialize Initialize the HyperX scripting environment.
SetLocation 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.

See Also