Table of Contents

Class ControlLinkerCache

Namespace
Shift.Sdk.UI
Assembly
Shift.Sdk.dll

This class manages a dictionary cache that maps each class type to a function. The function finds the get accessor for a property that has a specific name and type. It throws an exception if the get accessor returns a value that cannot be assigned to the desired type.

public static class ControlLinkerCache
Inheritance
ControlLinkerCache
Inherited Members

Methods

Get(object)

public static ControlLinkerCache.Accessor Get(object container)

Parameters

container object

Returns

ControlLinkerCache.Accessor

Init(params Assembly[])

public static void Init(params Assembly[] assemblies)

Parameters

assemblies Assembly[]