ReflectionHelper.IsAvailableInTargetFramework Method (Type) |
Determines whether a given Type is available in the target framework
of the current project.
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.5.19.0 (6.5.19.0)
C#
public static bool IsAvailableInTargetFramework( this Type type )
Parameters
- type
- Type: System.Type
A declaration that necessarily exists in the build-time framework.