Search Results for

    Show / Hide Table of Contents

    Interface IHost

    This is the main interface of a host object.

    Inherited Members
    INotify.OperationStarted(NotifyOperation)
    INotify.OperationCompleted(NotifyOperation, Boolean)
    Namespace: ABB.Robotics.Controllers.Hosting
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public interface IHost : INotify

    Properties

    Name

    Gets the name of the host.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    System.String

    Version

    Gets the version of the host.

    Declaration
    Version Version { get; }
    Property Value
    Type Description
    System.Version
    In This Article
    Back to top Copyright © 2025 ABB