MCPcopy Create free account
hub / github.com/Squirrel/Squirrel.Windows / SetToastActivatorCLSID

Method SetToastActivatorCLSID

src/Squirrel/ShellFile.cs:925–929  ·  view source on GitHub ↗

Sets the ToastActivatorCLSID

(string clsid)

Source from the content-addressed store, hash-verified

923 /// Sets the ToastActivatorCLSID
924 /// </summary>
925 public void SetToastActivatorCLSID(string clsid)
926 {
927 var guid = Guid.Parse(clsid);
928 SetToastActivatorCLSID(guid);
929 }
930
931 /// <summary>
932 /// Sets the ToastActivatorCLSID

Callers 2

Calls 5

FromGuidMethod · 0.80
CommitMethod · 0.80
ParseMethod · 0.45
SetValueMethod · 0.45
ClearMethod · 0.45

Tested by

no test coverage detected