未分類

PowerShell - 列挙体の内容を取得する

Windows PowerShell で、列挙体の内容を取得する方法を説明します。

KnownColor 列挙体の内容を取得

[enum]::GetValues([System.Drawing.KnownColor])

-未分類