PSModuleInfo.AsCustomObject Method

Definition

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.

Applies to