<?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: Reflection with Private Members</title>
	<atom:link href="http://www.codingday.com/reflection-with-private-members/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingday.com/reflection-with-private-members/</link>
	<description>Adventures in Computing, Can Erten's blog</description>
	<lastBuildDate>Wed, 10 Mar 2010 10:33:47 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Can</title>
		<link>http://www.codingday.com/reflection-with-private-members/comment-page-1/#comment-38716</link>
		<dc:creator>Can</dc:creator>
		<pubDate>Mon, 07 Sep 2009 23:16:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/reflection-with-private-members/#comment-38716</guid>
		<description>Well it is not obviously.</description>
		<content:encoded><![CDATA[<p>Well it is not obviously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sam</title>
		<link>http://www.codingday.com/reflection-with-private-members/comment-page-1/#comment-38713</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 07 Sep 2009 14:03:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/reflection-with-private-members/#comment-38713</guid>
		<description>Isn&#039;t it a little not-meant-to-be?</description>
		<content:encoded><![CDATA[<p>Isn&#8217;t it a little not-meant-to-be?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: blog.mattwynne.net : Your Private Methods are None of my Business</title>
		<link>http://www.codingday.com/reflection-with-private-members/comment-page-1/#comment-35879</link>
		<dc:creator>blog.mattwynne.net : Your Private Methods are None of my Business</dc:creator>
		<pubDate>Fri, 07 Nov 2008 08:49:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/reflection-with-private-members/#comment-35879</guid>
		<description>[...] easy in Ruby to call the private methods of another object if you really want to. There&#8217;s no intimidating ugly barbed-wire fence around them like there is in a language like C#, but there&#8217;s a fence nonetheless. And that [...]</description>
		<content:encoded><![CDATA[<p>[...] easy in Ruby to call the private methods of another object if you really want to. There&#8217;s no intimidating ugly barbed-wire fence around them like there is in a language like C#, but there&#8217;s a fence nonetheless. And that [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Can</title>
		<link>http://www.codingday.com/reflection-with-private-members/comment-page-1/#comment-35087</link>
		<dc:creator>Can</dc:creator>
		<pubDate>Tue, 30 Sep 2008 21:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/reflection-with-private-members/#comment-35087</guid>
		<description>that is interesting. The article was written with 2.0 version, but I just checked with 3.5 and it is working. 
What version of .NET are you using ? I wonder if it has something to do with the policies.</description>
		<content:encoded><![CDATA[<p>that is interesting. The article was written with 2.0 version, but I just checked with 3.5 and it is working.<br />
What version of .NET are you using ? I wonder if it has something to do with the policies.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: haison8x</title>
		<link>http://www.codingday.com/reflection-with-private-members/comment-page-1/#comment-35039</link>
		<dc:creator>haison8x</dc:creator>
		<pubDate>Tue, 30 Sep 2008 07:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.canerten.com/reflection-with-private-members/#comment-35039</guid>
		<description>Dear, the following exception was thrown

System.MethodAccessException was unhandled by user code
  Message=&quot;System.Windows.Input.Hello..ctor()&quot;
  StackTrace:
       at System.Reflection.MethodBase.PerformSecurityCheck(Object obj, RuntimeMethodHandle method, IntPtr parent, UInt32 invocationFlags)
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
       at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)
       at System.Windows.Input.MyMouseEventArgs.createMouseEventArgs()
       at First.Page.Result_MouseMove(Object sender, MouseEventArgs e)
       at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
       at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)
  InnerException:</description>
		<content:encoded><![CDATA[<p>Dear, the following exception was thrown</p>
<p>System.MethodAccessException was unhandled by user code<br />
  Message=&#8221;System.Windows.Input.Hello..ctor()&#8221;<br />
  StackTrace:<br />
       at System.Reflection.MethodBase.PerformSecurityCheck(Object obj, RuntimeMethodHandle method, IntPtr parent, UInt32 invocationFlags)<br />
       at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)<br />
       at System.Reflection.ConstructorInfo.Invoke(Object[] parameters)<br />
       at System.Windows.Input.MyMouseEventArgs.createMouseEventArgs()<br />
       at First.Page.Result_MouseMove(Object sender, MouseEventArgs e)<br />
       at System.Windows.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)<br />
       at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, String eventName)<br />
  InnerException:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
