Click or drag to resize

PowerShellFormattingInfo Constructor

Initializes a new instance of the PowerShellFormattingInfo class.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.2.0
Syntax
public PowerShellFormattingInfo(
	Assembly systemManagementAutomation = null
)

Parameters

systemManagementAutomation (Optional)
Type: System.ReflectionAssembly
The System.Management.Automation assembly used to load the PSParser from. If , PowerShellFormattingInfo attempts to load the type directly which requires the consuming project to reference System.Management.Automation directly.
See Also