PowerShellFormattingInfo Constructor
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public PowerShellFormattingInfo(
Assembly? systemManagementAutomation = null
)
Public Sub New (
Optional systemManagementAutomation As Assembly = Nothing
)
public:
PowerShellFormattingInfo(
Assembly^ systemManagementAutomation = nullptr
)
new :
?systemManagementAutomation : Assembly
(* Defaults:
let _systemManagementAutomation = defaultArg systemManagementAutomation null
*)
-> PowerShellFormattingInfo
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.