Chapter 48. Coding Attributes

Executables produced by .NET languages are different from classic (Win32) executables. Other than the Intermediate Language, they store additional information on types defined in the assembly, on members, on data. The information is referred to as metadata. Assemblies’ metadata also contains information about attributes, which are basically declarative programming elements that enable annotating types with custom information and that can condition types’ behavior according to the information provided. They are pieces of information for types, and therefore they are part of the application metadata. You can find attributes in ...

Get Visual Basic® 2010 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.