In Brief


  • An assembly can be used to discover information about the type it contains.

  • A System.Type object can be used to discover information about its constructors, methods , properties, and fields.

  • A ConstructorInfo object can be used to create object instances.

  • A MethodInfo object can be used to invoke methods on a given type.

  • A PropertyInfo object and a FieldInfo object can be used to manipulate an object's state.

  • Custom attributes can be defined to extend the metadata of a language element.

  • Custom attributes can also be used to retrieve extended metadata at runtime.



Microsoft.NET Compact Framework Kick Start
Microsoft .NET Compact Framework Kick Start
ISBN: 0672325705
EAN: 2147483647
Year: 2003
Pages: 206

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net