WithoutGUI Class
Used to suppress potential message boxes in articy.
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public sealed class WithoutGUI : IDisposable- Inheritance
- Object WithoutGUI
- Implements
- IDisposable
Remarks
Use this inside a using block to batch DeleteObject(ObjectProxy) for example.
Constructors
| WithoutGUI | Initializes a new instance of the WithoutGUI class |
Methods
| Dispose | Releases all resources used by the WithoutGUI |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |