Common Language Specification

  • Thread starter Thread starter Jeff
  • Start date Start date
J

Jeff

Hey

I'm wondering if Common Language Specification is a subset of Common Type
System?

Jeff
 
I'm wondering if Common Language Specification is a subset of Common Type

Sort of, yes. The CLS is a set of rules that restrict what kind of
types and members you can expose from an assembly to ensure that the
public interface is usable from other .NET languages. It excludes many
of the more esoteric features supported by the CTS.


Mattias
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top