Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Find information about .NET Framework method with PowerShell

$
0
0

Summary: Learn how to use Windows PowerShell to find information about a .NET framework method.

Hey, Scripting Guy! Question How can I use Windows PowerShell to find basic information about a particular .NET Framework method?

Hey, Scripting Guy! Answer Use the GetMethod method from the class, for example:

 [math].GetMethod("Tan")

Note  The method name is case sensitive and it must be in double quotation marks.


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>