Click or drag to resize
ObjectExtensions Class
This class defines all the extension methods provided by the Copyable framework on the Object type.
Inheritance Hierarchy
SystemObject
  StreamCoders.HelpersObjectExtensions

Namespace: StreamCoders.Helpers
Assembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntax
public static class ObjectExtensions
Methods
  NameDescription
Public methodStatic memberCopy(Object)
Creates a copy of the object.
Public methodStatic memberCopy(Object, Object)
Creates a deep copy of the object using the supplied object as a target for the copy operation.
Top
See Also