EnumName Structure#
Syntax#
C#
VB
The EnumName type exposes the following members.
Constructors#
Name | Description | |
---|---|---|
EnumName | Creates an enum parameter name. |
Properties#
Name | Description | |
---|---|---|
Name | The enum parameter name as string. |
Methods#
Name | Description | |
---|---|---|
ToString | The enum parameter name as string. (Overrides ValueType.ToString().) |
Operators#
Name | Description | |
---|---|---|
Explicit(String to EnumName) | Creates an enum parameter name from a string. | |
Implicit(ParameterListEnum to EnumName) | The class EnumNameProvider can be automatically converted into an EnumName. |
EnumName Explicit Conversion (String to EnumName)#
Creates an enum parameter name from a string.
Syntax#
C#
VB
Parameters#
- name
- Type: System.String
The name of the parameter as string. The name can include path information.
Return Value#
Type: EnumName
Returns the enum parameter name.
EnumName Implicit Conversion (ParameterListEnum to EnumName)#
The class EnumNameProvider can be automatically converted into an EnumName.
Syntax#
C#
VB
Parameters#
- name
- Type: Basler.Pylon.ParameterListEnum
The name of the parameter. Must be an object deriving from EnumNameProvider.
Return Value#
Type: EnumName
Returns the enum parameter name.
EnumName.ToString Method#
The enum parameter name as string.
Syntax#
C#
VB
Return Value#
Type: String
Returns the enum parameter name as string. The name can include path information.
EnumName Constructor#
Creates an enum parameter name.
Syntax#
C#
VB
Parameters#
- name
- Type: System.String
The name of the parameter as string. The name can include path information.
EnumName.Name Property#
The enum parameter name as string.
Syntax#
C#
VB
Property Value#
Type: String
EnumName Type Conversions#
The EnumName type exposes the following members.
Operators#
Name | Description | |
---|---|---|
Explicit(String to EnumName) | Creates an enum parameter name from a string. | |
Implicit(ParameterListEnum to EnumName) | The class EnumNameProvider can be automatically converted into an EnumName. |