InitialSessionState.ImportPSModulesFromPath(String) Method
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.
Imports all the modules from the specified module path by default.
public:
void ImportPSModulesFromPath(System::String ^ path);
public:
void ImportPSModulesFromPath(Platform::String ^ path);
void ImportPSModulesFromPath(std::wstring const & path);
public void ImportPSModulesFromPath (string path);
member this.ImportPSModulesFromPath : string -> unit
Public Sub ImportPSModulesFromPath (path As String)
Parameters
- path
- String
Path from which all modules need to be imported.