Click or drag to resize

PlatformCreateShared Method (Type)

Creates a shared singleton instance of the specified type of type

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

Parameters

type
Type: SystemType
The type of handler to get a shared instance for

Return Value

Type: Object
The shared instance of a handler of the given type, or a new instance if not already created
See Also