C# Class WebApiContrib.IoC.Mef.MefDependencyScope

Inheritance: IDependencyScope
Mostra file Open project: WebApiContrib/WebApiContrib.IoC.Mef

Public Methods

Method Description
Dispose ( ) : void
GetService ( Type serviceType ) : object
GetServices ( Type serviceType ) : IEnumerable
MefDependencyScope ( Export compositionScope ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetService() public method

public GetService ( Type serviceType ) : object
serviceType System.Type
return object

GetServices() public method

public GetServices ( Type serviceType ) : IEnumerable
serviceType System.Type
return IEnumerable

MefDependencyScope() public method

public MefDependencyScope ( Export compositionScope ) : System
compositionScope Export
return System