Interface IController
Main interface of a controller.
Inherited Members
System.IDisposable.Dispose()
System.IServiceProvider.GetService(System.Type)
Namespace: ABB.Robotics.Controllers
Assembly: ABB.Robotics.Controllers.PC.dll
Syntax
public interface IController : IDisposable, IServiceProvider
Properties
FileSystem
Gets a reference to the filesystem.
Declaration
IFileSystem FileSystem { get; }
Property Value
Type | Description |
---|---|
IFileSystem |
RobotWareVersion
Gets the RobotWare version.
Declaration
Version RobotWareVersion { get; }
Property Value
Type | Description |
---|---|
System.Version |
SystemId
Gets the system id.
Declaration
Guid SystemId { get; }
Property Value
Type | Description |
---|---|
System.Guid |
UICulture
Gets the CultureInfo for the TP.
Declaration
CultureInfo UICulture { get; }
Property Value
Type | Description |
---|---|
System.Globalization.CultureInfo |
Methods
GetEnvironmentVariable(String)
Gets the value of an environment variable.
Declaration
string GetEnvironmentVariable(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name. |
Returns
Type | Description |
---|---|
System.String | The value. |