<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Exploring C# reflection</title>
	<atom:link href="http://www.dijksterhuis.org/exploring-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dijksterhuis.org/exploring-reflection/</link>
	<description>Information, news about programming in C#</description>
	<lastBuildDate>Sun, 21 Feb 2010 16:48:33 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: david m</title>
		<link>http://www.dijksterhuis.org/exploring-reflection/comment-page-1/#comment-1528</link>
		<dc:creator>david m</dc:creator>
		<pubDate>Tue, 20 Oct 2009 08:23:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dijksterhuis.org/?p=680#comment-1528</guid>
		<description>hi - great article,

is there anyway to expand your: Console.WriteLine(&quot;Member: {0}&quot;, Member.ToString());
to get the parameter name in addition to the parameter type?

for example, knowing the name resultName and resultId would be very helpfull from the below example.

Method: System.String object GetResultNames(ref string resultName, int resultId)

i am loading using the following technique:

             Assembly dll_;

            dll_ = Assembly.LoadFile(&quot;C:\\Settings\\ReflectMethods\\Debug\\Interop.ExcelLib.dll&quot;);
            interface_name_ = &quot;ILQ&quot;;

            foreach (Type t in dll_.GetTypes())
            ................
            MemberInfo[] MemberArray = t.GetMembers();
            ................

thanks in advance</description>
		<content:encoded><![CDATA[<p>hi &#8211; great article,</p>
<p>is there anyway to expand your: Console.WriteLine(&#8221;Member: {0}&#8221;, Member.ToString());<br />
to get the parameter name in addition to the parameter type?</p>
<p>for example, knowing the name resultName and resultId would be very helpfull from the below example.</p>
<p>Method: System.String object GetResultNames(ref string resultName, int resultId)</p>
<p>i am loading using the following technique:</p>
<p>             Assembly dll_;</p>
<p>            dll_ = Assembly.LoadFile(&#8221;C:\\Settings\\ReflectMethods\\Debug\\Interop.ExcelLib.dll&#8221;);<br />
            interface_name_ = &#8220;ILQ&#8221;;</p>
<p>            foreach (Type t in dll_.GetTypes())<br />
            &#8230;&#8230;&#8230;&#8230;&#8230;.<br />
            MemberInfo[] MemberArray = t.GetMembers();<br />
            &#8230;&#8230;&#8230;&#8230;&#8230;.</p>
<p>thanks in advance</p>
]]></content:encoded>
	</item>
</channel>
</rss>
