<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ronblog &#187; delayload</title>
	<atom:link href="http://www.thegatesofdawn.ca/wordpress/posts/tag/delayload/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thegatesofdawn.ca/wordpress</link>
	<description>WARNING: This blog contains writings known to the state of California to cause cancer and birth defects or other reproductive harm.</description>
	<lastBuildDate>Thu, 05 Jan 2012 17:15:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Delay-loading assemblies in .NET</title>
		<link>http://www.thegatesofdawn.ca/wordpress/posts/2009/07/17/delay-loading-assemblies-in-net/</link>
		<comments>http://www.thegatesofdawn.ca/wordpress/posts/2009/07/17/delay-loading-assemblies-in-net/#comments</comments>
		<pubDate>Fri, 17 Jul 2009 20:02:03 +0000</pubDate>
		<dc:creator>piper</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[.NET]]></category>
		<category><![CDATA[assemblies]]></category>
		<category><![CDATA[assembly]]></category>
		<category><![CDATA[delay-load]]></category>
		<category><![CDATA[delayload]]></category>
		<category><![CDATA[demand-load]]></category>

		<guid isPermaLink="false">http://www.thegatesofdawn.ca/wordpress/?p=477</guid>
		<description><![CDATA[I was trying to find a .NET equivalent to the &#8220;/delayload&#8221; option that the linker has for unmanaged code. For the uninitiated, &#8220;/delayload:someDLL.dll&#8221; changes the resulting .EXE/.DLL so that someDLL.dll will not be loaded until the first time a function in it is called. It&#8217;s a handy option you can use so that you do [...]]]></description>
		<wfw:commentRss>http://www.thegatesofdawn.ca/wordpress/posts/2009/07/17/delay-loading-assemblies-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

