Click or drag to resize
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.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public interface IInstanceProvider

The IInstanceProvider type exposes the following members.

Properties
  NameDescription
Public propertyProvided
The type for which the provider provides instances.
Top
Methods
  NameDescription
Public methodCreateCopy
Creates a new instance.
Top
See Also