管理人Kのひとりごと

デジモノレビューやプログラミングや写真など

Win10でロード済みアセンブリの一覧を確認(Powershell)

Windows10で、デフォルトでロードされるアセンブリの一覧を確認したのでメモ。

確認方法と、確認結果は以下の通り。

PS C:\Users\hoge> [Appdomain]::CurrentDomain.GetAssemblies() | %{$_.GetName().Name} | sort
Anonymously Hosted DynamicMethods Assembly
Microsoft.CSharp
Microsoft.Management.Infrastructure
Microsoft.PowerShell.Commands.Management
Microsoft.PowerShell.Commands.Utility
Microsoft.PowerShell.ConsoleHost
Microsoft.PowerShell.ConsoleHost.resources
Microsoft.Powershell.PSReadline
Microsoft.PowerShell.Security
mscorlib
mscorlib.resources
System
System.Configuration
System.Configuration.Install
System.Core
System.Data
System.DirectoryServices
System.Management
System.Management.Automation
System.Management.Automation.resources
System.Numerics
System.Transactions
System.Xml

Windows10の細かなバージョンは以下の通り。

Windows10 バージョン1607(OSビルド 14393.693)