<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Get-Constructor Fun</title><link>http://blogs.msdn.com/powershell/archive/2008/09/01/get-constructor-fun.aspx</link><description>Here is a quick and dirty function I wrote after getting PO'd at having to look up documentation for constructors: NOTE: Jim Truher thinks long typenames are useful so I added a switch (-FullName) so you could get them if you want them. function get-Constructor</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Dew Drop - September 2, 2008 | Alvin Ashcraft's Morning Dew</title><link>http://blogs.msdn.com/powershell/archive/2008/09/01/get-constructor-fun.aspx#8919922</link><pubDate>Tue, 02 Sep 2008 15:47:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8919922</guid><dc:creator>Dew Drop - September 2, 2008 | Alvin Ashcraft's Morning Dew</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://www.alvinashcraft.com/2008/09/02/dew-drop-september-2-2008/"&gt;http://www.alvinashcraft.com/2008/09/02/dew-drop-september-2-2008/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: Get-Constructor Fun</title><link>http://blogs.msdn.com/powershell/archive/2008/09/01/get-constructor-fun.aspx#8920304</link><pubDate>Tue, 02 Sep 2008 20:12:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8920304</guid><dc:creator>Jim Truher</dc:creator><description>&lt;p&gt;sometimes, it's good to know the fullname of the parameter type (since you might not know that Calendar is actually System.Globalization.Calendar. &amp;nbsp;Changing $p.ParameterType.Name to $p.ParameterType.FullName gives you that!&lt;/p&gt;
&lt;p&gt;DateTime(&lt;/p&gt;
&lt;p&gt;	System.Int32 year,&lt;/p&gt;
&lt;p&gt;	System.Int32 month,&lt;/p&gt;
&lt;p&gt;	System.Int32 day,&lt;/p&gt;
&lt;p&gt;	System.Int32 hour,&lt;/p&gt;
&lt;p&gt;	System.Int32 minute,&lt;/p&gt;
&lt;p&gt;	System.Int32 second,&lt;/p&gt;
&lt;p&gt;	System.Int32 millisecond,&lt;/p&gt;
&lt;p&gt;	System.Globalization.Calendar calendar,&lt;/p&gt;
&lt;p&gt;	System.DateTimeKind kind,&lt;/p&gt;
&lt;p&gt;)&lt;/p&gt;</description></item></channel></rss>