HyperX.Scripting.Api
The HyperX C# Scripting Application Programming Interface
Loading...
Searching...
No Matches
HyperX.Scripting.Environment Class Reference

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

Static Public Member Functions

static void Initialize ()
 Initialize the HyperX scripting environment.
static void SetLocation (string location)
 Set the directory location of the HyperX binaries.

Detailed Description

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

Member Function Documentation

◆ Initialize()

void HyperX.Scripting.Environment.Initialize ( )
static

Initialize the HyperX scripting environment.

◆ SetLocation()

void HyperX.Scripting.Environment.SetLocation ( string location)
static

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.
Parameters
locationPath to the binaries.

The documentation for this class was generated from the following file: