| IServiceTypeRegistryTServiceLoadAndRegister Method |
Loads the factory from loading context and registers it into the activator registry
Namespace: FlexRuleAssembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
SyntaxTService 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