Click or drag to resize

Adapter Properties

The Adapter type exposes the following members.

Properties
  Name Description
Public property Domain Gets the AppDomain in which the Adapter is executing.
Public property Enabled Gets or sets a boolean value that indicates whether the Adapter is currently enabled.
Public property HostFile Gets or sets the path to the file where the Adapter is housed.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
Public property MemoryUsage Gets the memory utilization of the Adapter in bytes if executing in a separate AppDomain, otherwise NaN.
Public property Name Gets the unique identifier of the Adapter.
Public property PersistSettings Gets or sets a boolean value that indicates whether Adapter settings are to be saved to the config file.
Public property ProcessorUsage Gets the % processor utilization of the Adapter if executing in a separate AppDomain otherwise NaN.
Public property SettingsCategory Gets or sets the category under which Adapter settings are to be saved to the config file if the PersistSettings property is set to true.
Public property Status Gets the descriptive status of the Adapter.
Public property TypeName Gets or sets the text representation of the Adapter's TypeName.
Top
See Also