/CLRSUPPORTLASTERROR, which is on by default, preserves the last error code of functions called through the P/Invoke mechanism, which allows you to call native functions in DLLS, from code compiled with /clr.
/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 ...
/COUNTER:cfg Valid only when using /TRACE flag. Specifies a performance counter to include in trace data collection. cfg ...