document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. [System.AppDomain]::CurrentDomain.GetAssemblies() | Foreach-Object { $_.GetExportedTypes() | Foreach-Object { $_.FullName }  }
');