Metaclasses?

  • Thread starter Thread starter Fernando Rodríguez
  • Start date Start date
F

Fernando Rodríguez

Hi,

Does C# have metaclasses, 'a la' Smalltalk or even Python?

TIA
 
Hi Fernando,

I don't know neither of the languages, but what I can say is .NET doesn't
support mataclasses. Type objects is just a place holder for various and
very usefull information about the types but it is not meant to be a meta
class. However it can be used to for some things as dynamic creation and
dynamic method invokation. But once again it is not a metaclass.
 

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