<?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: MethodBase Without Reflection</title>
	<atom:link href="http://www.sharepointsecurity.com/sharepoint/sharepoint-development/methodbase-without-reflection/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/methodbase-without-reflection/</link>
	<description>The Authorative Resource For SharePoint Security Articles, Research, Software, And Security Integration Consulting</description>
	<lastBuildDate>Thu, 11 Mar 2010 20:38:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: George C# Developer</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/methodbase-without-reflection/comment-page-1/#comment-18337</link>
		<dc:creator>George C# Developer</dc:creator>
		<pubDate>Tue, 23 Dec 2008 14:35:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/methodbase-without-reflection/#comment-18337</guid>
		<description>Thanks! That has helped me greately. I needed to write a piece of code that would show me where the procedure gets run from and I did it by creating a sort of StackTrace helper method.
George</description>
		<content:encoded><![CDATA[<p>Thanks! That has helped me greately. I needed to write a piece of code that would show me where the procedure gets run from and I did it by creating a sort of StackTrace helper method.<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reflective Perspective - Chris Alcock &#187; The Morning Brew #89</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/methodbase-without-reflection/comment-page-1/#comment-9925</link>
		<dc:creator>Reflective Perspective - Chris Alcock &#187; The Morning Brew #89</dc:creator>
		<pubDate>Thu, 08 May 2008 06:35:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/methodbase-without-reflection/#comment-9925</guid>
		<description>[...] MethodBase Without Reflection - Adam Buenz shows an alternative technique for getting at the methodbase by using stack frames. I question if this is actually reflection free - I suspect stack frame is making use of reflection - but it does illustrate the useful functionality of the stackframe. [...]</description>
		<content:encoded><![CDATA[<p>[...] MethodBase Without Reflection &#8211; Adam Buenz shows an alternative technique for getting at the methodbase by using stack frames. I question if this is actually reflection free &#8211; I suspect stack frame is making use of reflection &#8211; but it does illustrate the useful functionality of the stackframe. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonas</title>
		<link>http://www.sharepointsecurity.com/sharepoint/sharepoint-development/methodbase-without-reflection/comment-page-1/#comment-9910</link>
		<dc:creator>Jonas</dc:creator>
		<pubDate>Wed, 07 May 2008 19:52:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.sharepointsecurity.com/blog/sharepoint/sharepoint-2007-development/methodbase-without-reflection/#comment-9910</guid>
		<description>&quot;But, he wanted to do this sans Reflection&quot;

So what do we suppose StackFrame is using internally to get this information?

If it&#039;s for &quot;educational purposes&quot; I guess it&#039;s a fair question, but I would choose System.Reflection.MethodBase.GetCurrentMethod()
any day before using StackFrame.


/Jonas</description>
		<content:encoded><![CDATA[<p>&#8220;But, he wanted to do this sans Reflection&#8221;</p>
<p>So what do we suppose StackFrame is using internally to get this information?</p>
<p>If it&#8217;s for &#8220;educational purposes&#8221; I guess it&#8217;s a fair question, but I would choose System.Reflection.MethodBase.GetCurrentMethod()<br />
any day before using StackFrame.</p>
<p>/Jonas</p>
]]></content:encoded>
	</item>
</channel>
</rss>
