ParameterInfoUtil Class |
Namespace: Nova.Utilities
public static class ParameterInfoUtil
The ParameterInfoUtil type exposes the following members.
Name | Description | |
---|---|---|
GetCategory |
Get the category name.
| |
HasCustomAttribute |
Determine if a ParameterInfo has a custom attribute.
| |
HasDynamicType |
Determine if the ParameterInfo has a dynamic type.
| |
IsIn |
Check if the ParameterInfo has the 'in' modifier.
| |
IsOut |
Check if the ParameterInfo has the 'out' modifier.
| |
IsParams |
Check if the ParameterInfo has the 'params' modifier.
| |
IsRef |
Check if the ParameterInfo has the 'ref' modifier.
| |
IsThis |
Check if the ParameterInfo has the 'this' modifier (actually, if it's parent MethodInfo has the extension attribute, and
it's the first parameter of the method).
|
Name | Description | |
---|---|---|
ParamArrayAttributeName |
The name of the 'params' attribute.
|