Property | Type | Description | |
---|---|---|---|
appRootNamespace | string | ||
assemblyFileNameMatcher | bool>.Func |
Method | Description | |
---|---|---|
NamespaceFilteredContainerProvider ( string appRootNamespace ) : System |
Initializes a new instance of the ContainerScopeProvider class.
|
|
NamespaceFilteredContainerProvider ( string appRootNamespace, bool>.Func |
Initializes a new instance of the ContainerScopeProvider class.
|
public NamespaceFilteredContainerProvider ( string appRootNamespace ) : System | ||
appRootNamespace | string | /// The app root namespace. /// |
return | System |
public NamespaceFilteredContainerProvider ( string appRootNamespace, bool>.Func |
||
appRootNamespace | string | /// The app root namespace. /// |
assemblyFileNameMatcher | bool>.Func | /// The assembly file name matcher (will be used instead of the appRootNamespace to /// match assembly names in the GAC). The appRootNamespace still acts as the provided /// container's unique key among all the other containers that live in the AppDomain. /// |
return | System |