PSModuleInfo.AsCustomObject 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.
Build a custom object out of this module...
public:
System::Management::Automation::PSObject ^ AsCustomObject();
public System.Management.Automation.PSObject AsCustomObject ();
member this.AsCustomObject : unit -> System.Management.Automation.PSObject
Public Function AsCustomObject () As PSObject
Returns
A custom object.