.NET: Unterschied zwischen den Versionen

Aus Wiki-WebPerfect
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „=== Get all loaded .NET Assemblies == <source lang="powershell>[System.AppDomain]::CurrentDomain.GetAssemblies() </source> Kategorie:PowerShell“)
 
Zeile 1: Zeile 1:
 
=== Get all loaded .NET Assemblies ==
 
=== Get all loaded .NET Assemblies ==
<source lang="powershell>[System.AppDomain]::CurrentDomain.GetAssemblies() </source>
+
<source lang="powershell">[System.AppDomain]::CurrentDomain.GetAssemblies() </source>
  
  

Version vom 11. Januar 2019, 15:10 Uhr

= Get all loaded .NET Assemblies

[System.AppDomain]::CurrentDomain.GetAssemblies()