Share via


ComAssembly.CopyTo Method

Include Protected Members
Include Inherited Members

Copies the current ComAssembly object into the object that is passed as a parameter.

Overload List

  Name Description
Public method CopyTo(Assembly) Copies an assembly to the specified object. (Inherited from Assembly.)
Public method CopyTo(ComAssembly) Copies the current ComAssembly object into the object that is passed as a parameter.
Protected method CopyTo(ModelComponent) Infrastructure. (Inherited from ModelComponent.)
Protected method CopyTo(NamedComponent) (Inherited from NamedComponent.)
Protected method CopyTo(MajorObject, Boolean) Infrastructure. (Inherited from Assembly.)

Top