C# Class Stiletto.Fody.Validation.CompilerLoader

Inheritance: ILoader
ファイルを表示 Open project: benjamin-bader/stiletto Class Usage Examples

Public Methods

Method Description
CompilerLoader ( IEnumerable bindings, IEnumerable lazyBindings, IEnumerable providerBindings, IErrorReporter errorReporter ) : System
GetIProviderInjectBinding ( string key, object requiredBy, bool mustBeInjectable, string providerKey ) : Binding
GetInjectBinding ( string key, string className, bool mustBeInjectable ) : Binding
GetLazyInjectBinding ( string key, object requiredBy, string lazyKey ) : Binding
GetRuntimeModule ( Type moduleType, object moduleInstance ) : RuntimeModule

Method Details

CompilerLoader() public method

public CompilerLoader ( IEnumerable bindings, IEnumerable lazyBindings, IEnumerable providerBindings, IErrorReporter errorReporter ) : System
bindings IEnumerable
lazyBindings IEnumerable
providerBindings IEnumerable
errorReporter IErrorReporter
return System

GetIProviderInjectBinding() public method

public GetIProviderInjectBinding ( string key, object requiredBy, bool mustBeInjectable, string providerKey ) : Binding
key string
requiredBy object
mustBeInjectable bool
providerKey string
return Stiletto.Internal.Binding

GetInjectBinding() public method

public GetInjectBinding ( string key, string className, bool mustBeInjectable ) : Binding
key string
className string
mustBeInjectable bool
return Stiletto.Internal.Binding

GetLazyInjectBinding() public method

public GetLazyInjectBinding ( string key, object requiredBy, string lazyKey ) : Binding
key string
requiredBy object
lazyKey string
return Stiletto.Internal.Binding

GetRuntimeModule() public method

public GetRuntimeModule ( Type moduleType, object moduleInstance ) : RuntimeModule
moduleType System.Type
moduleInstance object
return Stiletto.Internal.RuntimeModule