PowerShell: List All Methods of an Object

By Xah Lee. Date: . Last updated: .

List Methods of a Given Object Type

dir -file | Get-Member -MemberType Method
PowerShell list methods 2024-03-10
PowerShell list methods 2024-03-10

PowerShell. Object and Type