Channel | Status |
---|---|
CI | |
NuGet.org |
const string key = @"ssa";
var service = new URISchemeService(key, @"URL:ssa Protocol", @"D:\MyAppPath\MyApp.exe --openurl");
// var service = new URISchemeService(key, @"URL:ssa Protocol", @"D:\MyAppPath\MyApp.exe --openurl", RegisterType.LocalMachine);
var isSet = service.Check();
service.Set();
service.Delete();