Implemented interface member:
method
LaunchDataCollector
Microsoft.VisualStudio.TestPlatform.CrossPlatEngine.DataCollection.Interfaces.IDataCollectionLauncher.LaunchDataCollector(System.Collections.Generic.IDictionary<System.String, System.String>, System.Collections.Generic.IList<System.String>)
2 overrides of LaunchDataCollector
Microsoft.TestPlatform.CrossPlatEngine (2)
DataCollection\DefaultDataCollectionLauncher.cs (1)
53public override int LaunchDataCollector(IDictionary<string, string?>? environmentVariables, IList<string> commandLineArguments)
DataCollection\DotnetDataCollectionLauncher.cs (1)
62public override int LaunchDataCollector(IDictionary<string, string?>? environmentVariables, IList<string> commandLineArguments)