Platform Constructor (String) | 
 
            Initializes a new instance with a specified name.
            
 
    Namespace: 
   AGI.Foundation.Platforms
    Assembly:
   AGI.Foundation.Platforms (in AGI.Foundation.Platforms.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Platform(
	string name
)
Public Sub New ( 
	name As String
)
public:
Platform(
	String^ name
)
new : 
        name : string -> PlatformParameters
- name
 - Type: SystemString
The name of the platform. 
See Also