Search Results for

    Show / Hide Table of Contents

    Class SDKBase

    This is the base class of all public classes in the api.

    Inheritance
    System.Object
    NamedObject
    SDKBase
    Controller
    Ipc
    IpcQueue
    SDKControllerBoundBase
    Implements
    System.IComparable
    INamedObject
    System.IDisposable
    Inherited Members
    NamedObject.Equals(String)
    NamedObject.Equals(NamedObject)
    NamedObject.Equals(Object)
    NamedObject.CompareTo(String)
    NamedObject.CompareTo(NamedObject)
    NamedObject.CompareTo(Object)
    NamedObject.GetHashCode()
    NamedObject.ToString()
    NamedObject.Name
    Namespace: ABB.Robotics.Controllers
    Assembly: ABB.Robotics.Controllers.PC.dll
    Syntax
    public abstract class SDKBase : NamedObject, IComparable, INamedObject, IDisposable

    Constructors

    SDKBase()

    Initializes a new instance of the SDKBase class.

    Declaration
    protected SDKBase()

    SDKBase(String)

    Initializes a new instance of the SDKBase class.

    Declaration
    protected SDKBase(string name)
    Parameters
    Type Name Description
    System.String name

    The name.

    Methods

    Dispose()

    Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

    Declaration
    public void Dispose()

    Dispose(Boolean)

    Disposes the specified disposing.

    Declaration
    protected virtual void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    if set to true [disposing].

    Implements

    System.IComparable
    INamedObject
    System.IDisposable
    In This Article
    Back to top Copyright © 2025 ABB