Adapter Properties |
The Adapter type exposes the following members.
Name | Description | |
---|---|---|
Domain | Gets the AppDomain in which the Adapter is executing. | |
Enabled | Gets or sets a boolean value that indicates whether the Adapter is currently enabled. | |
HostFile | Gets or sets the path to the file where the Adapter is housed. | |
IsDisposed | Gets a flag that indicates whether the object has been disposed. | |
MemoryUsage | Gets the memory utilization of the Adapter in bytes if executing in a separate AppDomain, otherwise NaN. | |
Name | Gets the unique identifier of the Adapter. | |
PersistSettings | Gets or sets a boolean value that indicates whether Adapter settings are to be saved to the config file. | |
ProcessorUsage | Gets the % processor utilization of the Adapter if executing in a separate AppDomain otherwise NaN. | |
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. | |
Status | Gets the descriptive status of the Adapter. | |
TypeName | Gets or sets the text representation of the Adapter's TypeName. |