| external help file | ClassExplorer.dll-Help.xml |
|---|---|
| online version | https://github.com/SeeminglyScience/ClassExplorer/blob/master/docs/en-US/Get-Parameter.md |
| schema | 2.0.0 |
Gets parameter info from a member.
Get-Parameter [-Method <PSObject>]The Get-Parameter cmdlet gets parameter info from a member.
[powershell] | Find-Member Create | Get-Parameter
# Member: public static PowerShell Create(RunspaceMode runspace);
#
# # Type Name Default In Out Opt
# - ---- ---- ------- -- --- ---
# 0 RunspaceMode runspace x x x
#
# Member: public static PowerShell Create(InitialSessionState initialSessionState);
#
# # Type Name Default In Out Opt
# - ---- ---- ------- -- --- ---
# 0 InitialSessionState initialSessionState x x x
#
# Member: public static PowerShell Create(Runspace runspace);
#
# # Type Name Default In Out Opt
# - ---- ---- ------- -- --- ---
# 0 Runspace runspace x x xGet parameters for all overloads of the PowerShell.Create method.
Specifies the method to get parameters from.
Type: MethodBase
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: FalseYou can base methods and constructors to this cmdlet.
Matched parameters will be returned to the pipeline.
Find-Type Find-Member Get-Assembly Format-MemberSignature Invoke-Member Get-AssemblyLoadContext