CimOperationOptions.ICloneable.Clone Method ()
Creates a new object that is a copy of the current instance.
Namespace: Microsoft.Management.Infrastructure.Options
Assembly: Microsoft.Management.Infrastructure (in Microsoft.Management.Infrastructure.dll)
Syntax
object ICloneable.Clone()
private:
virtual Object^ Clone() sealed = ICloneable::Clone
private abstract Clone : unit -> Object
private override Clone : unit -> Object
Private Function Clone As Object
Implements ICloneable.Clone
Return Value
Type: System.Object
A new object that is a copy of this instance.
Implements
See Also
CimOperationOptions Class
Microsoft.Management.Infrastructure.Options Namespace
Return to top