ClrAssembly.CopyTo Method
Include Protected Members
Include Inherited Members
Creates a full copy of an object into the existing object that is passed as a parameter.
Overload List
Name | Description | |
---|---|---|
CopyTo(Assembly) | Copies an assembly to the specified object. (Inherited from Assembly.) | |
CopyTo(ClrAssembly) | Copies a ClrAssembly object to the specified object. | |
CopyTo(ModelComponent) | Infrastructure. (Inherited from ModelComponent.) | |
CopyTo(NamedComponent) | (Inherited from NamedComponent.) | |
CopyTo(MajorObject, Boolean) | Infrastructure. (Inherited from Assembly.) |
Top