AppContextLoadComponent Method |
Finds the specified component in the application's
Components collection, loads
it, verfies that it implements the requested interface (if specified), and returns the object.
Normally an appropriate
AssemblyLoadFail exception will be thrown if the component could not be found, loaded
or requested interface obtained for any reason. However, if
OkIfNotFound is set
a failure will suppress any such error and result in null being returned.
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax See Also