C# Class Castle.MicroKernel.Releasers.AllComponentsReleasePolicy
Exibir arquivo
Open project: 7digital/Castle.Windsor
Public Methods
Method |
Description |
|
Dispose ( ) : void |
|
|
HasTrack ( object instance ) : bool |
|
|
Release ( object instance ) : void |
|
|
Track ( object instance, Burden burden ) : void |
|
|
Method Details
public Dispose ( ) : void |
return |
void |
|
public HasTrack ( object instance ) : bool |
instance |
object |
|
return |
bool |
|
public Release ( object instance ) : void |
instance |
object |
|
return |
void |
|
public Track ( object instance, Burden burden ) : void |
instance |
object |
|
burden |
Burden |
|
return |
void |
|