Click or drag to resize
IInstanceProviderCreateCopy Method
Creates a new instance.

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
Object CreateCopy(
	Object toBeCopied
)

Parameters

toBeCopied
Type: SystemObject
The object to be copied.

Return Value

Type: Object
The created instance.
See Also