FunctionInfo.Update(FunctionInfo, Boolean, ScopedItemOptions, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- options
- ScopedItemOptions
- helpFile
- String