IInstanceProvider Interface |
An interface defining an instance provider, i.e. an object that can create instances of a specific type.
If an instance of a class cannot be deduced automatically by the Copyable framework, and the class
cannot be made a subclass of
Copyable, then creating an instance provider is the preferred
way of making the class copyable.
Namespace: StreamCoders.HelpersAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax public interface IInstanceProvider
Public Interface IInstanceProvider
public interface class IInstanceProvider
type IInstanceProvider = interface end
The IInstanceProvider type exposes the following members.
Properties
| Name | Description |
---|
| Provided |
The type for which the provider provides instances.
|
TopMethods See Also