Search notes:

PowerShell cmdLet get-member

get-member $obj returns a list of Microsoft.PowerShell.Commands.MemberDefinition objects that describe the members of the PowerShell object $obj: its properties, methods, script methods and events.
Usually, an object is piped into the get-member cmdLet:
$obj | get-member
However, it is also possible to explicitly state the input object:
get-member -inputObject $obj
get-member won't return properties that are hidden.

-memberType

The option -memberType specifies which type of members to display. It accepts a valu of the System.Management.Automation.PSMemberTypes enum

-force

With -force, the cmdLet also returns the object's intrinsic members and its get_ and set_ methods.

See also

Powershell command noun: member

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Windows/...', 1758187355, '216.73.216.150', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Windows/PowerShell/command-inventory/noun/member/get/index(57): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78