SessionStateProviderEntry.Clone Method

Definition

Shallow-clone this object...

public:
 override System::Management::Automation::Runspaces::InitialSessionStateEntry ^ Clone();
public override System.Management.Automation.Runspaces.InitialSessionStateEntry Clone ();
override this.Clone : unit -> System.Management.Automation.Runspaces.InitialSessionStateEntry
Public Overrides Function Clone () As InitialSessionStateEntry

Returns

The cloned object.

Applies to