Click or drag to resize

AssociationElement Constructor

Initializes a new instance of the AssociationElement class.

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

Parameters

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