InvocationInfoWrapper.BoundParameters property

Gets the dictionary of bound parameters for the PowerShell invocation.

public Dictionary<string, object> BoundParameters { get; }

See Also