Click or drag to resize

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)
Syntax
public Platform(
	string name
)

Parameters

name
Type: System.String
The name of the platform.
See Also