Click or drag to resize

Application Constructor (String)

Initializes a new instance of the Application class with the specified platform type

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Application(
	string platformType
)

Parameters

platformType
Type: SystemString
Platform type to initialize this application with
See Also