Click or drag to resize

PropertyDescriptionGetClrPropertyType Method

Gets the CLR type for a given property type.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Type GetClrPropertyType(
	PropertyType type
)

Parameters

type
Type: callback.ShellBoost.Core.WindowsPropertySystemPropertyType
The property type.

Return Value

Type: Type
An instance of the Type class.
See Also