[This is preliminary documentation and is subject to change.]

Generates a CuriosityDrive

Namespace: Clarion.Framework
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public CuriosityDrive Generate(
	params Object[] parameters
)

Parameters

parameters
Type: array<System..::..Object>[]()[][]
The optional list of parameters to be used for initializing the drive

Return Value

A curiosity drive initialized with the specified parameters

Implements

IDriveFactory<(Of <(<'T>)>)>..::..Generate(array<Object>[]()[][])

See Also