public ExtensibilityContext(Configurations configurations, SymbolicLinksHandler symbolicLinksHandler) { this.old = current; this.Configurations = configurations; this.SymbolicLinksHandler = symbolicLinksHandler; current = this; }
public void Dispose() { current = old; }