Click or drag to resize

ServiceCollectionExtensionsAddSystemsInAssembly Method

Overload List
  NameDescription
Public methodStatic memberAddSystemsInAssemblyTTypeInAssembly(IServiceCollection)
Adds the all types which implement ISystem in the assembly of the specified type TTypeInAssembly as singletons and enable the systems in the system registry.
Public methodStatic memberAddSystemsInAssembly(IServiceCollection)
Adds the all types which implement ISystem in the calling assembly as singletons and enable the systems in the system registry.
Public methodStatic memberAddSystemsInAssembly(IServiceCollection, Assembly)
Adds the all types which implement ISystem in the specified assembly as singletons and enable the systems in the system registry.
Top
See Also