NameExtension Constructor (String) |
Initialize the extension with the given name.
Namespace:
AGI.Foundation.Platforms
Assembly:
AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public NameExtension(
string name
)
Public Sub New (
name As String
)
public:
NameExtension(
String^ name
)
new :
name : string -> NameExtension
Parameters
- name
- Type: SystemString
A name given to the extension.
See Also