C# Class Castle.MicroKernel.Tests.LoaderWithDependency

Inheritance: ILazyComponentLoader
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
Load ( string name, Type service, IDictionary arguments ) : IRegistration
LoaderWithDependency ( IEmployee employee ) : System

Method Details

Load() public méthode

public Load ( string name, Type service, IDictionary arguments ) : IRegistration
name string
service System.Type
arguments IDictionary
Résultat IRegistration

LoaderWithDependency() public méthode

public LoaderWithDependency ( IEmployee employee ) : System
employee IEmployee
Résultat System