InjectionParameterValue Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The latest Unity Application Block information can be found at the Unity Application Block site. |
The InjectionParameterValue type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InjectionParameterValue |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetResolverPolicy |
Return a IDependencyResolverPolicy instance that will return this types value for the parameter.
|
|
GetType | (Inherited from Object.) | |
MatchesType |
Test to see if this parameter value has a matching type for the given type.
|
|
MemberwiseClone | (Inherited from Object.) | |
ToParameter |
Convert an arbitrary value to an InjectionParameterValue object. The rules are: If it's already an InjectionParameterValue, return it. If it's a Type, return a ResolvedParameter object for that type. Otherwise return an InjectionParameter object for that value.
|
|
ToParameters |
Convert the given set of arbitrary values to a sequence of InjectionParameterValue objects. The rules are: If it's already an InjectionParameterValue, return it. If it's a Type, return a ResolvedParameter object for that type. Otherwise return an InjectionParameter object for that value.
|
|
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
ParameterTypeName |
Name for the type represented by this InjectionParameterValue. This may be an actual type name or a generic argument name.
|