Share via


BreakingChangeAttributeHelper.ProcessCustomAttributesAtRuntime Method

Definition

public static void ProcessCustomAttributesAtRuntime (Type type, System.Management.Automation.InvocationInfo invocationInfo, Action<string> writeOutput);
static member ProcessCustomAttributesAtRuntime : Type * System.Management.Automation.InvocationInfo * Action<string> -> unit
Public Shared Sub ProcessCustomAttributesAtRuntime (type As Type, invocationInfo As InvocationInfo, writeOutput As Action(Of String))

Parameters

type
Type
invocationInfo
InvocationInfo
writeOutput
Action<String>

Applies to