Skip to content

ExcludeFromSpecularAttribute Class

Definition

Exclude the given assembly from compiled type provider resolution.

C#
[AttributeUsage(AttributeTargets.Assembly)]
public class ExcludeFromSpecularAttribute : Attribute

Inheritance objectAttribute

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.

C#
public ExcludeFromSpecularAttribute()

Remarks

This assembly will still have access to compiled types, but nothing will be resolved internally.