mirror of
https://github.com/freedbygrace/WindowsNotifications.git
synced 2026-08-11 03:26:53 +00:00
Add PowerShell cmdlets and update project structure
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user