ParameterReflectionHelper 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 ParameterReflectionHelper type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ParameterReflectionHelper |
Create a new instance of ParameterReflectionHelper that lets you query information about the given ParameterInfo object.
|
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetClosedParameterType |
If this type is an open generic, use the given genericArguments array to determine what the required closed type is and return that.
(Inherited from ReflectionHelper.) |
|
GetHashCode | (Inherited from Object.) | |
GetNamedGenericParameter |
Given a generic argument name, return the corresponding type for this closed type. For example, if the current type is MyType<User>, and the corresponding definition was MyType<TSomething>, calling this method and passing "TSomething" will return typeof(User).
(Inherited from ReflectionHelper.) |
|
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
IsGenericType |
Is this type generic?
(Inherited from ReflectionHelper.) |
|
IsOpenGeneric |
Is this type an open generic (no type parameter specified)
(Inherited from ReflectionHelper.) |
|
Type |
The Type object we're reflecting over.
(Inherited from ReflectionHelper.) |