< Back

Get-Delegate

Sat Jan 18, 2020 7:22 pm

NAME Get-Delegate



SYNTAX

Get-Delegate [[-ParameterType] <type[]>] -Method <PSMethod> [<CommonParameters>]



Get-Delegate -Method <PSMethod> -DelegateType <type> [<CommonParameters>]





PARAMETERS

-DelegateType <type>



Required? true

Position? Named

Accept pipeline input? false

Parameter set name FromDelegate

Aliases None

Dynamic? false



-Method <PSMethod>



Required? true

Position? Named

Accept pipeline input? true (ByValue)

Parameter set name (All)

Aliases None

Dynamic? false



-ParameterType <type[]>



Required? false

Position? 0

Accept pipeline input? true (FromRemainingArguments)

Parameter set name FromParameterType

Aliases types

Dynamic? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).





INPUTS

System.Management.Automation.PSMethod

System.Type[]





OUTPUTS

System.Action

System.Action[]

System.Func[]





ALIASES

None





REMARKS

None