C# Class Castle.MicroKernel.Internal.LazyServiceStrategy

Inheritance: IGenericServiceStrategy
Show file Open project: castleproject/Windsor

Public Properties

Property Type Description
Instance LazyServiceStrategy

Public Methods

Method Description
Supports ( Type service, ComponentModel component ) : bool

Private Methods

Method Description
LazyServiceStrategy ( ) : System

Method Details

Supports() public method

public Supports ( Type service, ComponentModel component ) : bool
service System.Type
component Castle.Core.ComponentModel
return bool

Property Details

Instance public static property

public static LazyServiceStrategy,Castle.MicroKernel.Internal Instance
return LazyServiceStrategy