Indicates that a class should not be loaded as a plugin even if it implements a plugin interface.

Namespace:  RightEdge.Common
Assembly:  Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)

Syntax

C#
[SerializableAttribute]
public class ExcludedPluginAttribute : Attribute
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ExcludedPluginAttribute _
	Inherits Attribute
Visual C++
[SerializableAttribute]
public ref class ExcludedPluginAttribute : public Attribute

Inheritance Hierarchy

System..::.Object
  System..::.Attribute
    RightEdge.Common..::.ExcludedPluginAttribute

See Also