NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

HxLink DID NOT INITIALIZE

/cls (Verify Common Language Specification Compliance)

Turns on or off common language specification compliance checking.

/cls[+ | -]

Remarks

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.

Example

Check common language specification compliance of the file test.vb:

vbc /cls test.vb

See Also

Visual Basic Compiler Options