Constructor RecorderSettingsAttribute
RecorderSettingsAttribute(Type, string)
Constructor for the attribute.
Declaration
public RecorderSettingsAttribute(Type recorderType, string displayName)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | recorderType | The type of Recorder that uses this Recorder Settings instance. |
| string | displayName | The Recorder's display name. |
RecorderSettingsAttribute(Type, string, string)
Constructor for the attribute.
Declaration
public RecorderSettingsAttribute(Type recorderType, string displayName, string iconName)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | recorderType | The type of Recorder that uses this Recorder Settings instance. |
| string | displayName | The Recorder's display name. |
| string | iconName | The name of the icon. |