C# Class Locators.LoadedStructureMapRunner

Inheritance: ILocatorMulti
显示文件 Open project: philipmat/di_speed

Public Methods

Method Description
Run ( ) : void
Run ( Type t, string name ) : void
WarmUp_NewEveryTime ( ) : void
WarmUp_PerThread ( ) : void
WarmUp_Singleton ( ) : void

Method Details

Run() public method

public Run ( ) : void
return void

Run() public method

public Run ( Type t, string name ) : void
t System.Type
name string
return void

WarmUp_NewEveryTime() public method

public WarmUp_NewEveryTime ( ) : void
return void

WarmUp_PerThread() public method

public WarmUp_PerThread ( ) : void
return void

WarmUp_Singleton() public method

public WarmUp_Singleton ( ) : void
return void