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
)
Public Function Load (
interfaceName As String
) As Object
Parameters
- interfaceName
- Type: SystemString
The name of the interface to return.
Return Value
Type:
ObjectThe loaded component or an exception will be thrown if the component could not be loaded.
See Also