Turns on or off common language specification compliance checking.
/cls[+ | -]
By default, the compiler checks common language specification compliance, just as if you specified /cls+ or /cls. Specify /cls- to turn off common language specification checking.
Check common language specification compliance of the file test.vb:
vbc /cls test.vb