-
Notifications
You must be signed in to change notification settings - Fork 36
Methods_T_CodeJam_Reflection_ReflectionExtensions
andrewvk edited this page Apr 7, 2016
·
11 revisions
[This is preliminary documentation and is subject to change.]
The ReflectionExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() |
CreateInstance | Creates instance of type with specified parameters. |
![]() ![]() |
GetDelegateParams | Returns delegate parameter infos. |
![]() ![]() |
GetMemberType | Gets the type of this member. |
![]() ![]() |
IsInstantiable | Gets a value indicating whether the type can be instantiated. |
![]() ![]() |
IsInteger | Checks if type is integer type. |
![]() ![]() |
IsNullable | Gets a value indicating whether the type is Nullable<> type. |
![]() ![]() |
IsNumeric | Checks if type is numeric type. |
![]() ![]() |
IsStatic | Gets a value indicating whether the type is declared static. |
![]() ![]() |
IsSubClass | Determines whether the type derives from the specified check. |
![]() ![]() |
ToUnderlying | Returns the underlying type argument of the specified type. |