public FileDeletionInclude(TestNodeManagerReboot _enclosing, string user, string subDirIncludes, string[] baseDirIncludes) { this._enclosing = _enclosing; this.user = user; this.subDirIncludes = subDirIncludes; this.baseDirIncludes = baseDirIncludes; }
public MyNodeManager(TestNodeManagerReboot _enclosing) : base() { this._enclosing = _enclosing; this.Init(this.CreateNMConfig()); }
internal PathInclude(TestNodeManagerReboot _enclosing, string part) { this._enclosing = _enclosing; this.part = part; }
public _PrivilegedExceptionAction_152(TestNodeManagerReboot _enclosing, StartContainersRequest allRequests) { this._enclosing = _enclosing; this.allRequests = allRequests; }