Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Castle
MicroKernel
Tests
LoaderForDefaultImplementations
C# Class Castle.MicroKernel.Tests.LoaderForDefaultImplementations
Inheritance:
ILazyComponentLoader
显示文件
Open project: castleproject/Windsor
Public Methods
Method
Description
Load
(
string
name
,
Type
service
,
IDictionary
arguments
) :
IRegistration
Method Details
Load()
public
method
public
Load
(
string
name
,
Type
service
,
IDictionary
arguments
) :
IRegistration
name
string
service
System.Type
arguments
IDictionary
return
IRegistration