<?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 the .NET Framework with PowerShell &#8211; Calling a Method (Part 2b)</title>
	<atom:link href="http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/</link>
	<description>The Shell Is Calling</description>
	<lastBuildDate>Tue, 10 Jan 2012 04:24:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/comment-page-1/#comment-95</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Thu, 04 Jun 2009 00:23:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=42#comment-95</guid>
		<description>Off hand, I don&#039;t know what the number represents, but if you call ToString() ( like $Response.Address.ToString() ) or if you use the IPAddressToString property ( $Response.IPAddressToString ), you will get the IPV4 address.  I&#039;m going to look into what that initial numerical value means.</description>
		<content:encoded><![CDATA[<p>Off hand, I don&#8217;t know what the number represents, but if you call ToString() ( like $Response.Address.ToString() ) or if you use the IPAddressToString property ( $Response.IPAddressToString ), you will get the IPV4 address.  I&#8217;m going to look into what that initial numerical value means.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Middleton</title>
		<link>http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/comment-page-1/#comment-94</link>
		<dc:creator>John Middleton</dc:creator>
		<pubDate>Wed, 03 Jun 2009 18:55:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=42#comment-94</guid>
		<description>So why when I look at the results of &quot; $ping.send($strComputer)&quot; the IP address is nornal format.. but when asking for &quot; $Response.Address &quot; it returns some oddly formatted number like: Address         : 723573770

Any helps would be appreciated... thanks.</description>
		<content:encoded><![CDATA[<p>So why when I look at the results of &#8221; $ping.send($strComputer)&#8221; the IP address is nornal format.. but when asking for &#8221; $Response.Address &#8221; it returns some oddly formatted number like: Address         : 723573770</p>
<p>Any helps would be appreciated&#8230; thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steven Murawski</title>
		<link>http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/comment-page-1/#comment-41</link>
		<dc:creator>Steven Murawski</dc:creator>
		<pubDate>Sun, 22 Mar 2009 20:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=42#comment-41</guid>
		<description>Great point!</description>
		<content:encoded><![CDATA[<p>Great point!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EBGreen</title>
		<link>http://blog.usepowershell.com/2009/02/exploring-the-net-framework-with-powershell-calling-a-method-part-2b/comment-page-1/#comment-39</link>
		<dc:creator>EBGreen</dc:creator>
		<pubDate>Fri, 20 Mar 2009 17:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.usepowershell.com/?p=42#comment-39</guid>
		<description>One other benefit to using the framework enumeration instead of string comparison is that if MS decides to change the string representation of [System.Net.NetworkInformation.IPStatus]::Success then your code will not break. If you were using string comparison and they made a change like that in the framework, then you would have to go back through every script where you had used the old string and change it.</description>
		<content:encoded><![CDATA[<p>One other benefit to using the framework enumeration instead of string comparison is that if MS decides to change the string representation of [System.Net.NetworkInformation.IPStatus]::Success then your code will not break. If you were using string comparison and they made a change like that in the framework, then you would have to go back through every script where you had used the old string and change it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

