<?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: I heart System.Activator!</title>
	<atom:link href="http://www.j-dee.com/2007/06/27/i-heart-systemactivator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.j-dee.com/2007/06/27/i-heart-systemactivator/</link>
	<description>Liverpool ASP.NET Developer - C#, jQuery, Js, Rails, SQL, Agile, OOP, Cool Web Tech</description>
	<lastBuildDate>Wed, 27 May 2009 07:39:42 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jdee</title>
		<link>http://www.j-dee.com/2007/06/27/i-heart-systemactivator/comment-page-1/#comment-3</link>
		<dc:creator>jdee</dc:creator>
		<pubDate>Fri, 24 Aug 2007 07:50:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.j-dee.com/2007/06/27/i-heart-systemactivator/#comment-3</guid>
		<description>Hi Diana, I think you are looking for the VB.NET CType Function. http://msdn2.microsoft.com/en-us/library/4x2877xb(VS.80).aspx . If i remeber my VB ( and it&#039;s been a long time! ) your translation should be something like

AddinInfoArray(iIndex).FrameworkAddin = CType(Activator.CreateInstance(AddinInfoArray(iIndex).AddinType), IProjectFrameworkAddin)

Hope this helps!</description>
		<content:encoded><![CDATA[<p>Hi Diana, I think you are looking for the VB.NET CType Function. <a href="http://msdn2.microsoft.com/en-us/library/4x2877xb(VS.80).aspx" rel="nofollow">http://msdn2.microsoft.com/en-us/library/4&#215;2877xb(VS.80).aspx</a> . If i remeber my VB ( and it&#8217;s been a long time! ) your translation should be something like</p>
<p>AddinInfoArray(iIndex).FrameworkAddin = CType(Activator.CreateInstance(AddinInfoArray(iIndex).AddinType), IProjectFrameworkAddin)</p>
<p>Hope this helps!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Diana Velasco</title>
		<link>http://www.j-dee.com/2007/06/27/i-heart-systemactivator/comment-page-1/#comment-2</link>
		<dc:creator>Diana Velasco</dc:creator>
		<pubDate>Thu, 23 Aug 2007 23:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.j-dee.com/2007/06/27/i-heart-systemactivator/#comment-2</guid>
		<description>Hi, I would like to know if you could help me, it&#039;s a cuestion about c# I&#039;m learning to program in VB.net, but now I need to convert some code of c# into VB.net and I&#039;m very much doubt how to understand the next code line:

AddinInfoArray[iIndex].FrameworkAddin=(IProjectFrameworkAddin)Activator.CreateInstance(AddinInfoArray[iIndex].AddinType);

what I have into VB.NET is:

AddinInfoArray(iIndex).FrameworkAddin = Activator.CreateInstance(AddinInfoArray(iIndex).AddinType)

I don&#039;t understand what the sentence in C# does,

I will always be grateful to you for your support and thanks.</description>
		<content:encoded><![CDATA[<p>Hi, I would like to know if you could help me, it&#8217;s a cuestion about c# I&#8217;m learning to program in VB.net, but now I need to convert some code of c# into VB.net and I&#8217;m very much doubt how to understand the next code line:</p>
<p>AddinInfoArray[iIndex].FrameworkAddin=(IProjectFrameworkAddin)Activator.CreateInstance(AddinInfoArray[iIndex].AddinType);</p>
<p>what I have into VB.NET is:</p>
<p>AddinInfoArray(iIndex).FrameworkAddin = Activator.CreateInstance(AddinInfoArray(iIndex).AddinType)</p>
<p>I don&#8217;t understand what the sentence in C# does,</p>
<p>I will always be grateful to you for your support and thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
