Click or drag to resize

IAdapter Properties

The IAdapter type exposes the following members.

Properties
  Name Description
Public property Domain Gets the AppDomain in which the IAdapter is executing.
Public property Enabled Gets or sets a boolean value that indicates whether the object is enabled.
(Inherited from ISupportLifecycle)
Public property HostFile Gets or sets the path to the file where the IAdapter is housed.
Public property IsDisposed Gets a flag that indicates whether the object has been disposed.
(Inherited from ISupportLifecycle)
Public property MemoryUsage Gets the memory utilization of the IAdapter in bytes if executing in a separate AppDomain, otherwise NaN.
Public property Name Gets the name of the object providing status information.
(Inherited from IProvideStatus)
Public property PersistSettings Determines whether the object settings are to be persisted to the config file.
(Inherited from IPersistSettings)
Public property ProcessorUsage Gets the % processor utilization of the IAdapter if executing in a separate AppDomain otherwise NaN.
Public property SettingsCategory Gets or sets the category name under which the object settings are persisted in the config file.
(Inherited from IPersistSettings)
Public property Status Gets the current status details about object providing status information.
(Inherited from IProvideStatus)
Public property TypeName Gets or sets the text representation of the IAdapter's TypeName.
Top
See Also