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: 24.2.419.0 (24.2.419.0)
Syntax public Platform(
string name
)
Public Sub New (
name As String
)
public:
Platform(
String^ name
)
new :
name : string -> Platform
Parameters
- name
- Type: SystemString
The name of the platform.
See Also