-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_Reflection_ReflectionExtensions
andrewvk edited this page Apr 5, 2016
·
13 revisions
[This is preliminary documentation and is subject to change.]
Reflection extension methods.
System.Object
CodeJam.Reflection.ReflectionExtensions
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public static class ReflectionExtensions
VB
<ExtensionAttribute>
Public NotInheritable Class ReflectionExtensions
F#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type ReflectionExtensions = class end
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. |
![]() ![]() |
IsNullable | Gets a value indicating whether the type is Nullable<> 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. |