Click or drag to resize

PlatformCreate Method (Type)

Creates a new instance of the handler of the specified type

Namespace:  Eto
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object Create(
	Type type
)

Parameters

type
Type: SystemType
Type of handler to create

Return Value

Type: Object
A new instance of a handler
See Also