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

Method Dispose

src/Squirrel/UpdateManager.cs:167–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166
167 public void Dispose()
168 {
169 var disp = Interlocked.Exchange(ref updateLock, null);
170 if (disp != null) {
171 disp.Dispose();
172 }
173 }
174
175 static bool exiting = false;
176 public static void RestartApp(string exeToStart = null, string arguments = null)

Callers 1

acquireUpdateLockMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected