Click or drag to resize

AdapterLoader<T> Methods

The AdapterLoader<T> type exposes the following members.

Methods
  Name Description
Public method Dispose() Releases all the resources used by the AdapterLoader<T>.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the AdapterLoader<T> and optionally releases the managed resources.
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Protected method ExecuteAdapterOperation Executes an operation on the adapter with the given data.
Protected method Finalize Releases the unmanaged resources before the AdapterLoader<T> is reclaimed by GC.
(Overrides Object.Finalize())
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Protected method GetMemoryUsage Gets the memory usage in bytes of the specified process.
Protected method GetProcessorUsage Gets the % processor usage of the specified process.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public method Initialize() Initializes the AdapterLoader<T>.
Public method Initialize(IEnumerable<Type> ) Initializes the AdapterLoader<T>.
Public method LoadSettings Loads saved AdapterLoader<T> settings from the config file if the PersistSettings property is set to true.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Protected method MonitorAdapterResources Monitors the resource utilization of Adapters.
Protected method OnAdapterCreated Raises the AdapterCreated event.
Protected method OnAdapterLoaded Raises the AdapterLoaded event.
Protected method OnAdapterLoadException Raises the AdapterLoadException event.
Protected method OnAdapterResourceUsageExceeded Raises the AdapterResourceUsageExceeded event.
Protected method OnAdapterUnloaded Raises the AdapterUnloaded event.
Protected method OnOperationExecutionException Raises the OperationExecutionException event.
Protected method ProcessAdapter(String) Processes the adapterFile by deserializing it.
Protected method ProcessAdapter(Type) Processes the adapterType by instantiating it.
Public method SaveSettings Saves AdapterLoader<T> settings to the config file if the PersistSettings property is set to true.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
  Name Description
Public Extension Method GetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension Method GetEnumValueOrDefault<T> Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also