<?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>Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx</link><description>There are 2 ways to find the static methods of a class:

1) SDK documentation. 

2) The Cmdlet: Get-Member</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#9001034</link><pubDate>Thu, 16 Oct 2008 00:07:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9001034</guid><dc:creator>Computer Forum</dc:creator><description>&lt;p&gt;Interesting post, haven't used it yet but after reading this will give it a try. Thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9001034" width="1" height="1"&gt;</description></item><item><title>re: Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#796735</link><pubDate>Fri, 06 Oct 2006 19:13:45 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:796735</guid><dc:creator>Trevor Sullivan</dc:creator><description>Hello, I hope you see this comment, but I am curious to know how to enumerate WMI static methods. The root\cimv2:Win32_Product class contains several static methods, and I tried using this command to locate them through Powershell:

Get-WmiObject Win32_Product | Get-Member -Static

It appears to only work on .NET static members ... can this be fixed in the final release, or am I missing something? Thanks&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=796735" width="1" height="1"&gt;</description></item><item><title>re: Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#647833</link><pubDate>Tue, 27 Jun 2006 00:38:24 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647833</guid><dc:creator>PowerShell Team</dc:creator><description>Put the type in parans and it will work for you:&lt;br&gt;&lt;br&gt;Get-Member -InputObject ([System.Net.Dns]) -Static&lt;br&gt;&lt;br&gt;The parans say EXECUTE THIS which then produces the TYPE object which is then passed to the parameter.&lt;br&gt;&lt;br&gt;Jeffrey Snover&lt;br&gt;Windows PowerShell Architect&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=647833" width="1" height="1"&gt;</description></item><item><title>re: Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#647527</link><pubDate>Mon, 26 Jun 2006 19:36:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647527</guid><dc:creator>dontBotherMeWithSpam</dc:creator><description>Supplying input object through &amp;quot;-InputObject&amp;quot; results in returning static members of &amp;quot;String&amp;quot; type though.(Get-Member -InputObject [System.Net.Dns] -Static)&lt;br&gt;&lt;br&gt;If i don't pass the type name to get-member as a pipeline input, how does &amp;quot;Get-Member&amp;quot; handle &amp;quot;[System.Net.Dns]&amp;quot;? &lt;br&gt;&lt;br&gt;Thank you in advance.&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=647527" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: June 26, 2005 AM edition</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#647395</link><pubDate>Mon, 26 Jun 2006 17:19:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647395</guid><dc:creator>Jason Haley</dc:creator><description>&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=647395" width="1" height="1"&gt;</description></item><item><title>PowerShell - Finding the static methods of a class</title><link>http://blogs.msdn.com/b/powershell/archive/2006/06/26/finding-the-static-methods-of-a-class.aspx#647390</link><pubDate>Mon, 26 Jun 2006 17:16:29 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:647390</guid><dc:creator>Ron Crumbaker at myITforum.com, Inc.</dc:creator><description>Jeffrey Snover posted a great post on the PowerShell Blog&lt;br&gt;In the previous entry, it showed how you could...&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=647390" width="1" height="1"&gt;</description></item></channel></rss>