Click or drag to resize

ServedClassNameAttribute Constructor

Initializes a new instance of the ServedClassNameAttribute class.

Namespace:  ASCOM
Assembly:  ASCOM.Attributes (in ASCOM.Attributes.dll) Version: 3351c4f3fa64146a7efd5b51ed4591e32a0a5484
Syntax
public ServedClassNameAttribute(
	string servedClassName
)

Parameters

servedClassName
Type: SystemString
The 'friendly name' of the served class.
See Also