Class ABRServer
The ABRServer class functions as a passthrough to the Python server. It defines several helpful constants and functions for working with the server (e.g., starting, stopping, etc.)
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public class ABRServer
Fields
| Improve this Doc View SourceServerFolder
Folder, relative to this package, where the ABR server is located.
Declaration
public const string ServerFolder = "ABRServer~"
Field Value
Type | Description |
---|---|
string |
Properties
| Improve this Doc View SourceServerPath
Path to the server executable on this platform
Declaration
public static string ServerPath { get; }
Property Value
Type | Description |
---|---|
string |
ServerRootFullPath
Full path to where the ABR server is located.
Declaration
public static string ServerRootFullPath { get; }
Property Value
Type | Description |
---|---|
string |
ServerRootPath
Relative path to where the ABR server is located.
Declaration
public static string ServerRootPath { get; }
Property Value
Type | Description |
---|---|
string |
Methods
| Improve this Doc View SourceOpenServerFolder()
Convenience function to open a file explorer in the ABRServer~ folder so users can easily get to the server.
Declaration
public static void OpenServerFolder()