C:\Windows\system32>gacutil -l | find "MyAssembly"
This will return all assemblies that has MyAssembly in name.
Also here is link on gacutil command line options
C:\Windows\system32>gacutil -l | find "MyAssembly"
Send-MailMessage -SMTPServer smtp.domain.com -To [email protected] -From [email protected] -Subject "This is a test email" -Body ...
No comments:
Post a Comment