Click or drag to resize

EAPUtilLoadComponent Method (String, String, String)

Load a component DLL into the current AppDomain.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public static Object LoadComponent(
	string assemblyPathAndName,
	string className,
	string interfaceName
)

Parameters

assemblyPathAndName
Type: SystemString
The assembly in which the component resides.
className
Type: SystemString
The class to load.
interfaceName
Type: SystemString
The interface to access.

Return Value

Type: Object
An instance of the requested class or null.
See Also