ComAssembly.CopyTo Method
Include Protected Members
Include Inherited Members
Copies the current ComAssembly object into the object that is passed as a parameter.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
CopyTo(Assembly) | Copies an assembly to the specified object. (Inherited from Assembly.) | |
CopyTo(ComAssembly) | Copies the current ComAssembly object into the object that is passed as a parameter. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
CopyTo(NamedComponent) | (Inherited from NamedComponent.) | |
CopyTo(MajorObject, Boolean) | Infrastructure. (Inherited from Assembly.) |
Top