PSModuleInfo.UseAppDomainLevelModuleCache 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.
Enables or disables the appdomain module path cache.
public:
static property bool UseAppDomainLevelModuleCache { bool get(); void set(bool value); };
public:
static property bool UseAppDomainLevelModuleCache { bool get(); void set(bool value); };
public static bool UseAppDomainLevelModuleCache { get; set; }
static member UseAppDomainLevelModuleCache : bool with get, set
Public Shared Property UseAppDomainLevelModuleCache As Boolean