PSModuleInfo.ModuleType Property
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.
True if the module was compiled (i.e. a .DLL) instead of being in PowerShell script...
public:
property System::Management::Automation::ModuleType ModuleType { System::Management::Automation::ModuleType get(); };
public System.Management.Automation.ModuleType ModuleType { get; }
member this.ModuleType : System.Management.Automation.ModuleType
Public ReadOnly Property ModuleType As ModuleType