示例#1
0
        //
        // - Methods -
        //

        /// <summary>
        /// Copies all options from another ThreadOptions instance.
        /// </summary>
        /// <param name="threadOptions"></param>
        protected void CopyFrom(ThreadOptions threadOptions)
        {
            AttachChildsToUserInterfaces        = threadOptions.AttachChildsToUserInterfaces;
            ResultsFileNameExtension            = threadOptions.ResultsFileNameExtension;
            StartAndStopResultsGatheringEnabled = threadOptions.StartAndStopResultsGatheringEnabled;
            UseResultsFileNameIndex             = threadOptions.UseResultsFileNameIndex;
        }
示例#2
0
 //
 // - Methods -
 //
 /// <summary>
 /// Copies all options from another ThreadOptions instance.
 /// </summary>
 /// <param name="threadOptions"></param>
 protected void CopyFrom(ThreadOptions threadOptions)
 {
     AttachChildsToUserInterfaces = threadOptions.AttachChildsToUserInterfaces;
     ResultsFileNameExtension = threadOptions.ResultsFileNameExtension;
     StartAndStopResultsGatheringEnabled = threadOptions.StartAndStopResultsGatheringEnabled;
     UseResultsFileNameIndex = threadOptions.UseResultsFileNameIndex;
 }