Click or drag to resize

Path2UserControlBaseConvert method

Instantiated according to a path specification from a dynamically loaded one, external dll an object of type DynamicUserControlBase.

Namespace: Vishnu.WPF_UI.ValueConverter
Assembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public Object? Convert(
	
	Object[] values,
	
	Type targetType,
	
	Object parameters,
	
	CultureInfo culture
)

Parameters

values  Object
Path to the external Dll and current DataContext.
targetType  Type
DynamicUserControl.DynamicUserControlBase
parameters  Object
Conversion parameters
culture  CultureInfo
Culture

Return value

Object
Instance of type DynamicUserControl.DynamicUserControlBase or null.

Implemented

IMultiValueConverterConvert(ObjectType, Object, CultureInfo)
See also