C# Class Stiletto.Internal.Loaders.Reflection.ReflectionInjectBinding

Inheritance: Binding
Mostra file Open project: benjamin-bader/stiletto Class Usage Examples

Public Methods

Method Description
Create ( Type t, bool mustBeInjectable ) : ReflectionInjectBinding
Get ( ) : object
GetDependencies ( ISet injectDependencies, ISet propertyDependencies ) : void
InjectProperties ( object target ) : void
Resolve ( Resolver resolver ) : void

Private Methods

Method Description
HasInjectMembers ( Type t ) : bool
ReflectionInjectBinding ( string providerKey, string membersKey, bool isSingleton, Type t, PropertyInfo properties, ConstructorInfo ctor, int parameterCount, Type baseType, string keys ) : System

Method Details

Create() public static method

public static Create ( Type t, bool mustBeInjectable ) : ReflectionInjectBinding
t System.Type
mustBeInjectable bool
return ReflectionInjectBinding

Get() public method

public Get ( ) : object
return object

GetDependencies() public method

public GetDependencies ( ISet injectDependencies, ISet propertyDependencies ) : void
injectDependencies ISet
propertyDependencies ISet
return void

InjectProperties() public method

public InjectProperties ( object target ) : void
target object
return void

Resolve() public method

public Resolve ( Resolver resolver ) : void
resolver System.Resolver
return void