Skip to content

Copier_PassOperation Methods

Supports all classes in the .NET class hierarchy and provides low-level services to derived classes. This is the ultimate base class of all .NET classes; it is the root of the type hierarchy.

DeepCopy(PassOperation, CopyContext)

public PassOperation DeepCopy(PassOperation original, CopyContext context)
Creates a deep copy of the provided input.

Parameters

originalPassOperation
The input.
contextCopyContext
The context.

Returns

A copy of input.

DeepCopy(PassOperation, PassOperation, CopyContext)

public void DeepCopy(PassOperation input, PassOperation output, CopyContext context)
Clones members from input and copies them to output.

Parameters

inputPassOperation
The input.
outputPassOperation
The output.
contextCopyContext
The context.