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
)
Public Function Create (
type As Type
) As Object
member Create :
type : Type -> Object
Parameters
- type
- Type: SystemType
Type of handler to create
Return Value
Type:
ObjectA new instance of a handler
See Also