Click or drag to resize
IServiceTypeRegistryTServiceLoadAndRegister Method
Loads the factory from loading context and registers it into the activator registry

Namespace: FlexRule
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
TService LoadAndRegister(
	string assemblyName,
	string handlerName
)

Parameters

assemblyName
Type: SystemString
Name of assembly that has the handler type
handlerName
Type: SystemString
Full name of the type

Return Value

Type: TService
See Also