Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 380 Bytes

componentmodel.md

File metadata and controls

10 lines (6 loc) · 380 Bytes

ComponentModel

What ComponentModel is

ComponentModel is the model of the component in Windsor. It contains all the information Windsor has about any given component - its implementation type, configuration, interceptors, lifecycle steps etc.

See also