February 2019
Intermediate to advanced
626 pages
15h 51m
English
In Chapter 3, Working with Objects in PowerShell, the idea of using properties and methods was introduced. Get-Member was used to list each of these.
Properties for objects derived from .NET classes, such as those for the System.Text.StringBuilder class, are documented on MSDN:

Similarly, methods are described in detail, often with examples of usage (in C#, VB, F#, and so on):

These methods may be used as long as the argument lists can be satisfied. The fourth item on the list is difficult to leverage in PowerShell, as ...
Read now
Unlock full access