Class SDKBase
This is the base class of all public classes in the api.
Inherited Members
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 |
Implements
System.IComparable
System.IDisposable