Add PowerShell cmdlets and update project structure

This commit is contained in:
GraceSolutions
2025-04-10 21:13:24 -04:00
parent e5a7f10ade
commit 7cd5962115
56 changed files with 2356 additions and 3914 deletions
+3
View File
@@ -0,0 +1,3 @@
Add-Type -Path 'WindowsNotifications\bin\Release\WindowsNotifications.dll'
$assembly = [AppDomain]::CurrentDomain.GetAssemblies() | Where-Object { $_.GetName().Name -eq 'WindowsNotifications' }
$assembly.GetTypes() | Select-Object FullName