Reading metadata with C#

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • belangour abdessamad

    Reading metadata with C#

    Hi all,
    Does please any body have any documentation and sample code for reading
    dotNet metadata with C# ?
    Thanks.


  • Aravind C

    #2
    Re: Reading metadata with C#

    Hi Belangour,

    You can read type information in the metadata using the Reflection classes
    You may like to take a look at MSDN for classes in the System.Reflecti on
    namespace.

    Related articles:
    Now, next, and beyond: Tracking need-to-know trends at the intersection of business and technology


    Regards,
    Aravind C


    "belangour abdessamad" <abdessamad.bel angour@info.uni v-nantes.fr> wrote in
    message news:eWx84RDpDH A.976@tk2msftng p13.phx.gbl...[color=blue]
    > Hi all,
    > Does please any body have any documentation and sample code for reading
    > dotNet metadata with C# ?
    > Thanks.
    >
    >[/color]


    Comment

    • SBC

      #3
      Re: Reading metadata with C#

      MSDN magazine has also had some good articles on Reflection -
      Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

      Learn with interactive lessons and technical documentation, earn professional development hours and certifications, and connect with the community.

      http://msdn.microsoft.com/msdnmag/is...a/default.aspx (a good
      one from Matt Pietrek)

      SBC


      "Aravind C" <aravindcorera@ nospam.hotmail. com> wrote in message
      news:%23r2IS0Dp DHA.1632@TK2MSF TNGP10.phx.gbl. ..[color=blue]
      > Hi Belangour,
      >
      > You can read type information in the metadata using the Reflection classes
      > You may like to take a look at MSDN for classes in the System.Reflecti on
      > namespace.
      >
      > Related articles:
      > http://www.ondotnet.com/pub/a/dotnet...g_csharp_ch18/
      >
      > Regards,
      > Aravind C
      >
      >
      > "belangour abdessamad" <abdessamad.bel angour@info.uni v-nantes.fr> wrote in
      > message news:eWx84RDpDH A.976@tk2msftng p13.phx.gbl...[color=green]
      > > Hi all,
      > > Does please any body have any documentation and sample code for reading
      > > dotNet metadata with C# ?
      > > Thanks.
      > >
      > >[/color]
      >
      >[/color]


      Comment

      Working...