/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 not want a DLL to be bound if it has been digitally signed (binding invalidates the signature).
%2 contains an invalid setting for 'SizeOfBuffers'. It must be a multiple of the native system page size. The setting has ...
/ADMIN:(service|driver),(start|stop|install|uninstall) Starts, stops, installs, or uninstalls the profiling service component ...
/ADMIN:(service|driver),autostart,(on|off) Enables or disables automatically starting the profiling service (service) or ...
/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, ...