/category:[filter] Use the specified filter to select tests to run based on the test category of each test. You can use the logical operators and ! to construct your filter, or you can use logical operators | and ! to filter the tests. Examples: /category:Priority1 (any tests with category: Priority1) /category:"Priority1&MyTests" (tests that must have multiple categories: Priority1 and MyTests) /category:"Priority1|MyTests" (all tests from multiple categories: Priority 1 or MyTests) /category:"Priority1&!MyTests" (filter out tests: Priority1 tests that do not have a test category of MyTests)
/ADMIN:security,(allow|deny),(right)[,(right)],(user|group) Allow or deny the specified user or group access to profiling ...
/ALLOWBIND:NO sets a bit in a DLL's header that indicates to Bind.exe that the image is not allowed to be bound. You may ...
/AUTOMARK:n Specifies the time interval (in milliseconds) between automatic marks when using /WINCOUNTER. Rounded up to the ...
/AUTOMARK:[n Specifies the time interval (in milliseconds) between automatic marks when using /WINCOUNTER. Rounded up to ...
/category:[filter Use the specified filter to select tests to run based on the test category of each test. You can use the ...
/CLRSUPPORTLASTERROR, which is on by default, preserves the last error code of functions called through the P/Invoke mechanism, ...
/CLRUNMANAGEDCODECHECK specifies whether the linker will apply SuppressUnmanagedCodeSecurityAttribute to linker-generated ...
/CONCURRENCY Starts the monitor for concurrency profiling. Can be used optionally with /RESOURCEONLY or /THREADONLY. If it ...
/COUNTER:cfg Specifies a performance counter to include in data collection. cfg is counter configuration string with the ...