RuntimeFeaturesAttribute
Indicates that the code inside of method, type, module or assembly relies
on specific runtime features.
Indicates that code relies on dynamic IL code generation or compilation of Expression Trees.
Indicates that code relies on reflection of private or internal members.
Indicates that code relies on MakeGenericMethod
or MakeGenericType calls.
public RuntimeFeaturesAttribute()