Click or drag to resize

AutoRegisterAttribute Constructor

Constructor for adding the parameters for add-in registration

Namespace:  CodeStack.SwEx.AddIn.Attributes
Assembly:  CodeStack.SwEx.AddIn (in CodeStack.SwEx.AddIn.dll) Version: 0.8.1.0 (0.8.1.0)
Syntax
public AutoRegisterAttribute(
	string title = "",
	string desc = "",
	bool loadAtStartup = true
)

Parameters

title (Optional)
Type: SystemString
Title of the add-in
desc (Optional)
Type: SystemString
Description of the add-in
loadAtStartup (Optional)
Type: SystemBoolean
Indicates if the add-in should be loaded at startup
See Also