Click or drag to resize

ComponentLoadOptions Enumeration

Options affecting how components are dynamically loaded in LoadComponent(String, String, ComponentLoadOptions).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum ComponentLoadOptions
Members
  Member nameValueDescription
OkIfNotFound1 When set a null object will be returned if the component could not be loaded for any reason. When not set, an appropriate AssemblyLoadFail exception will be thrown if the component could not be loaded for any reason.
See Also