Partager via


Kernel.Clone Method

Definition

Clone the Kernel object to create a new instance that may be mutated without affecting the current instance.

public Microsoft.SemanticKernel.Kernel Clone ();
member this.Clone : unit -> Microsoft.SemanticKernel.Kernel
Public Function Clone () As Kernel

Returns

Remarks

The current instance is unmodified by this operation. The new Kernel will be initialized with:

Applies to