PowerShellModuleLocator class

Utility class to locate the Kestrun PowerShell module. It searches for the module in both development and production environments.

public static class PowerShellModuleLocator

Public Members

name description
staticĀ LocateKestrunModule() Locates the Kestrun module path. It first attempts to find the module in the development environment by searching upwards from the current directory If not found, it will then check the production environment using PowerShell.

See Also