Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Castle
MicroKernel
Lifestyle
PerThreadThreadStaticLifestyleManager
C# Class Castle.MicroKernel.Lifestyle.PerThreadThreadStaticLifestyleManager
per thread LifestyleManager implementation compatible with Silverlight.
Inheritance:
AbstractLifestyleManager
ファイルを表示
Open project: 7digital/Castle.Windsor
Class Usage Examples
Public Methods
Method
Description
Dispose
( ) :
void
Release
(
object
instance
) :
bool
Resolve
(
CreationContext
context
) :
object
Method Details
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Release()
public
method
public
Release
(
object
instance
) :
bool
instance
object
return
bool
Resolve()
public
method
public
Resolve
(
CreationContext
context
) :
object
context
Castle.MicroKernel.Context.CreationContext
return
object