PowerShellからWin32APIを呼ぶ方法は、Precision Computing - Get the Owner of a Process in PowerShell -- P/Invoke and Ref/Out Parametersを起源にして? 色々紹介されてるみたいなのですが、自分で使ってる奴を紹介します。 function New-PType() { [AppDomain]::CurrentDomain.DefineDynamicAssembly( (New-Object Reflection.AssemblyName 'PInvokeAssembly'), 'Run' ).DefineDynamicModule('PInvokeModule').DefineType('PInvokeType', "Public,BeforeFieldInit") } # DLL名,