ExcludeFromSpecularAttribute Class
Definition
Exclude the given assembly from compiled type provider resolution.
[AttributeUsage(AttributeTargets.Assembly)]public class ExcludeFromSpecularAttribute : AttributeInheritance object → Attribute
Remarks
This assembly will still have access to compiled types, but nothing will be resolved internally.
Constructors
ExcludeFromSpecularAttribute()
Exclude the given assembly from compiled type provider resolution.
public ExcludeFromSpecularAttribute()Remarks
This assembly will still have access to compiled types, but nothing will be resolved internally.

