FunctionInfo.Update(FunctionInfo, Boolean, ScopedItemOptions, String) Method

Definition

protected public:
 virtual void Update(System::Management::Automation::FunctionInfo ^ newFunction, bool force, System::Management::Automation::ScopedItemOptions options, System::String ^ helpFile);
protected internal virtual void Update (System.Management.Automation.FunctionInfo newFunction, bool force, System.Management.Automation.ScopedItemOptions options, string helpFile);
abstract member Update : System.Management.Automation.FunctionInfo * bool * System.Management.Automation.ScopedItemOptions * string -> unit
override this.Update : System.Management.Automation.FunctionInfo * bool * System.Management.Automation.ScopedItemOptions * string -> unit
Protected Friend Overridable Sub Update (newFunction As FunctionInfo, force As Boolean, options As ScopedItemOptions, helpFile As String)

Parameters

newFunction
FunctionInfo
force
Boolean
helpFile
String

Applies to