PowerShell.Dispose Method

Definition

Dispose all managed resources. This will suppress finalizer on the object from getting called by calling System.GC.SuppressFinalize(this).

public void Dispose ();