Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
以下は解析されませんでした
[x.y]::z -Param1 some_value
これは可能ですか?
PowerShell から .NET メソッドを呼び出す場合、括弧構文で C# スタイルのカンマ区切りの引数を使用します。
[x.y]::z(some_value)
PowerShell では、名前付きパラメーターは PowerShell コマンド (関数、高度な関数、スクリプト、コマンドレット、ワークフロー) のみの機能です。