Click or drag to resize

AdapterLoaderT Methods

The AdapterLoaderT type exposes the following members.

Methods
  Name Description
Public method Dispose Releases all the resources used by the AdapterLoaderT.
Protected method Dispose(Boolean) Releases the unmanaged resources used by the AdapterLoaderT 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 AdapterLoaderT is reclaimed by GC.
(Overrides ObjectFinalize)
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 AdapterLoaderT.
Public method Initialize(IEnumerableType) Initializes the AdapterLoaderT.
Public method LoadSettings Loads saved AdapterLoaderT 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 AdapterLoaderT 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 GetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
See Also