Skip to content

Compono.RowInvokerRegistry.TryGet(System.Type,Compono.ResolveInvoker,Compono.ResolveSharedInvoker,Compono.ShareExplicitInvoker)

Compono

Compono.RowInvokerRegistry

RowInvokerRegistry.TryGet(Type, ResolveInvoker, ResolveSharedInvoker, ShareExplicitInvoker) Method

Looks up the three dispatch delegates registered for type, or false if none has been registered - either because type was never discovered at a dispatch-eligible [Compose]-family parameter, or because the consuming assembly's module initializers haven't run yet.

public static bool TryGet(System.Type type, out Compono.ResolveInvoker resolve, out Compono.ResolveSharedInvoker resolveShared, out Compono.ShareExplicitInvoker shareExplicit);

Parameters

type System.Type

resolve ResolveInvoker(CompositionRow, CompositionRequestDescriptor)

resolveShared ResolveSharedInvoker(CompositionRow, CompositionRequestDescriptor)

shareExplicit ShareExplicitInvoker(CompositionRow, CompositionRequestDescriptor, object)

Returns

System.Boolean