PowershellSettingsExtensions.

WithDotSourcing(PowershellSettings) Method

Summary

Executes scripts using dot sourcing

Syntax

public static PowershellSettings WithDotSourcing(this PowershellSettings settings)

Parameters

Name Type Description
settings PowershellSettings The powershell settings.

Return Value

Type Description
PowershellSettings The same PowershellSettings instance so that multiple calls can be chained.