Appendix E. Selected .NET Classes and Their Uses
Tables E-1 through E-16 provide pointers to types in the.NET Framework that usefully complement the functionality that PowerShell provides. For detailed descriptions and documentation, search http://msdn.microsoft.com for the official documentation.
Class | Description |
| Represents a PowerShell object to which you can add notes, properties, and more. |
Class | Description |
| Represents an instant in time, typically expressed as a date and time of day. |
| Represents a globally unique identifier (GUID). |
| Provides constants and static methods for trigonometric, logarithmic, and other common mathematical functions. |
| Represents a pseudorandom number generator, a device that produces a sequence of numbers that meet certain statistical requirements for randomness. |
| Converts a base data type to another base data type. |
| Provides information about, and means to manipulate, the current environment and platform. |
| Represents the standard input, output, and error streams for console applications. |
| Represents an immutable regular expression. |
| Provides a set of methods and properties that help debug your code. |
| Provides interaction with Windows event logs. |
| Provides access to local and remote processes ... |
Get Windows PowerShell Cookbook now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.