Click or drag to resize

AssociationElement Constructor

Initializes a new instance of the AssociationElement class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public AssociationElement(
	ASSOCCLASS type,
	string class
)

Parameters

type
Type: callback.ShellBoost.Core.WindowsShellASSOCCLASS
The association element type.
class
Type: SystemString
The association element class.
Exceptions
ExceptionCondition
ArgumentExceptionclass is null.
See Also