Represents a class that provides access to one or more implementations.
SystemObject Extreme.ProvidersImplementationProvider Extreme.ProvidersCoreProviderT
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class ImplementationProvider
Public Class ImplementationProvider
public ref class ImplementationProvider
type ImplementationProvider = class end
The ImplementationProvider type exposes the following members.
Top
| Name | Description |
---|
 | Add |
Adds the specified implementation to the provider's collection of implementations.
|
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetAllImplementationsT |
Gets a sequence of all implementations of the specific type.
|
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetImplementationT |
Returns an implementation of the specified type.
|
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Reference