| 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
Syntaxpublic Object CreateShared(
	Type type
)
Public Function CreateShared ( 
	type As Type
) As Object
member CreateShared : 
        type : Type -> Object 
Parameters
- type
- Type: SystemType
 The type of handler to get a shared instance for
Return Value
Type: 
ObjectThe shared instance of a handler of the given type, or a new instance if not already created
 See Also
See Also