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
)
Public Sub New (
platformType As String
)
new :
platformType : string -> Application
Parameters
- platformType
- Type: SystemString
Platform type to initialize this application with
See Also