sharpshell icon indicating copy to clipboard operation
sharpshell copied to clipboard

What's the easiest way to programmically register and unregistered my servers?

Open TheColonel2688 opened this issue 7 years ago • 2 comments

I have two servers in teh same DLL

this is all I got so far

ServerRegistrationManager.RegisterServer(FolderMenuServerEntry, RegistrationType.OS64Bit, true);
ServerRegistrationManager.UnregisterServer(FolderMenuServerEntry, RegistrationType.OS64Bit, true);

however Register and unregistered don't seem to exist in the Nuget Package.

TheColonel2688 avatar Apr 12 '17 15:04 TheColonel2688