mirror of
https://github.com/freedbygrace/WindowsNotifications.git
synced 2026-07-26 12:08:14 +00:00
4 lines
240 B
PowerShell
4 lines
240 B
PowerShell
Add-Type -Path 'WindowsNotifications\bin\Release\WindowsNotifications.dll'
|
|
$assembly = [AppDomain]::CurrentDomain.GetAssemblies() | Where-Object { $_.GetName().Name -eq 'WindowsNotifications' }
|
|
$assembly.GetTypes() | Select-Object FullName
|