Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility Namespace / LoupeExtensionAttribute Class
Members

LoupeExtensionAttribute Class
Indicates that the related class is a Loupe Extension
Syntax
'Declaration
 
<AttributeUsageAttribute(AttributeTargets.All, 
   Inherited=True, 
   AllowMultiple=False)>
Public Class LoupeExtensionAttribute 
   Inherits System.Attribute
 
Remarks
This attribute should be associated with a class that implements IExtensionDefinition so that Loupe will identify it as an extension
Inheritance Hierarchy

System.Object
   System.Attribute
      Loupe.Extensibility.LoupeExtensionAttribute

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also