PowerShellFormattingInfo Constructor

Initializes a new instance of the PowerShellFormattingInfo class.

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public PowerShellFormattingInfo(
	Assembly? systemManagementAutomation = null
)

Parameters

systemManagementAutomation  Assembly  (Optional)
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