to enumerate all the members of a object

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

    to enumerate all the members of a object

    I am wondering if there is a way to enumerate all the members of a object

    For instance to list all the properties of System.drawing. color


    Thanks


  • RobinS

    #2
    Re: to enumerate all the members of a object

    Did you know if you enumerate all the properties of System.Drawing. Color,
    you get all of hte system colors? I have code that does this if that's what
    you're looking for.

    RobinS.
    GoldMail, Inc.
    ------------------------
    "M" <mxchen@hotvoic e.comwrote in message
    news:O9ed6rieIH A.2000@TK2MSFTN GP03.phx.gbl...
    >I am wondering if there is a way to enumerate all the members of a object
    >
    For instance to list all the properties of System.drawing. color
    >
    >
    Thanks
    >
    >

    Comment

    Working...