PoshCode Archive  All files named "Get-Delegate.ps1"

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for Get-Delegate.ps1

2018-06-10
13:23
Requires PowerShell 3.0. This is intended as the definitive Get-Delegate function: Create delegates for any methods, static or instance, with any signature, using an intuitive syntax. Create using explicit delegate types, or by specifying a parameter type array to select the correct method overload. Full help with examples inluded: get-help get-delegate -full | more; use -verbose for additional detail of the conversion process. Includes test functions below. file: [aa0f2e001a] check-in: [1a2c39d992] user: Oisin Grehan branch: trunk, size: 10697
13:03
Added: Use Reflection and IL to emit arbitrary delegatesfrom PowerShell script file: [691d3c7af7] check-in: [d23aa805cc] user: Joel Bennett branch: trunk, size: 3076