English 中文(简体)
无需装上所有单元的castle子
原标题:make castle widsor not load all modules

我正在使用castle风机,以动态方式装载一些模块。 能否要求城堡女巫不装上具体单元? 我想人工上调这一模块,然后在单元清单中添加。

最佳回答

根据评论(我认为你指的是各组成部分,而不是模块?) 页: 1 3. http://mookid.dk/oncode/archives/2264”rel=“nofollow”

问题回答

暂无回答




相关问题
castle IOC - resolving circular references

quick question for my MVP implementation: currently I have the code below, in which both the presenter and view are resolved via the container. Then the presenter calls View.Init to pass himself to ...

Castle Windsor auto registration

I currently have the following registration set up private static void AddFrameworkComponentsTo(IWindsorContainer container) { container.AddComponent<ITypeConverter, TypeConversionFacade>();...

Authorization and Windsor

I m trying to implement my custom authorize attribute like: public class MyCustomAuth : AuthorizeAttribute { private readonly IUserService _userService; public MyCustomAuth(IUserService ...

How can I override a component registered in Castle Windsor?

I m just starting with Windsor, so please be gentle :) I have a scenario where I want to be able to override/replace components placed inside a windsor container. Read on ... In my prod code, I want ...

热门标签