Represents HyperX's execution environment (where HyperX is installed).
More...
|
| None | Initialize () |
| | Initialize the HyperX scripting environment.
|
| None | SetLocation (str location) |
| | Set the directory location of the HyperX binaries.
|
Represents HyperX's execution environment (where HyperX is installed).
◆ ApiVersion()
| str hyperx.api.Environment.ApiVersion |
( |
| self | ) |
|
The scripting API version of this HyperX environment.
◆ Initialize()
| None hyperx.api.Environment.Initialize |
( |
| ) |
|
|
static |
Initialize the HyperX scripting environment.
◆ InstallLocation()
| str hyperx.api.Environment.InstallLocation |
( |
| self | ) |
|
◆ SetLocation()
| None hyperx.api.Environment.SetLocation |
( |
str | 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
-
| location | Path to the binaries. |
The documentation for this class was generated from the following file:
- C:/Dev/HyperX/HyperX/HyperX.Scripting.Wrapper/hyperx/api/__init__.py