PSModuleInfo.RequiredModules
Property
Definition
Returns the list of required modules of this module. This will only
be non-empty for module manifests.
public System.Collections.ObjectModel.ReadOnlyCollection<System.Management.Automation.PSModuleInfo> RequiredModules { get; }
Property Value