Click or drag to resize

ComponentInfoLoad Method (String)

Loads the component represented by this info object. An appropriate AssemblyLoadFail exception will be thrown if the component could not be loaded for any reason.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public Object Load(
	string interfaceName
)

Parameters

interfaceName
Type: SystemString
The name of the interface to return.

Return Value

Type: Object
The loaded component or an exception will be thrown if the component could not be loaded.
See Also