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