ReinsertionService.CreateReinsertionByName Method

GeneticSharp

ReinsertionService CreateReinsertionByName Method GeneticSharp
Creates the IReinsertion's implementation with the specified name.

Namespace: GeneticSharp.Domain.Reinsertions
Assembly: GeneticSharp.Domain (in GeneticSharp.Domain.dll) Version: 1.0.5010.36434

Syntax

public static IReinsertion CreateReinsertionByName(
	string name,
	params Object[] constructorArgs
)
public static IReinsertion CreateReinsertionByName(
	string name,
	params Object[] constructorArgs
)

Parameters

name
Type: OnlineSystem String
The reinsertion name.
constructorArgs
Type:  OnlineSystem Object 
Constructor arguments.

Return Value

Type: IReinsertion
The reinsertion implementation instance.
See Also