[This is preliminary documentation and is subject to change.]
Base class for plugin icon attributes
Namespace:
Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.2.0
Syntax
| C# |
|---|
[AttributeUsageAttribute(AttributeTargets.Class, Inherited = false)] public abstract class PluginIconBaseAttribute : Attribute |
| Visual Basic (Declaration) |
|---|
<AttributeUsageAttribute(AttributeTargets.Class, Inherited := False)> _ Public MustInherit Class PluginIconBaseAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[AttributeUsageAttribute(AttributeTargets::Class, Inherited = false)] public ref class PluginIconBaseAttribute abstract : public Attribute |
| J# |
|---|
/** @attribute AttributeUsageAttribute(AttributeTargets.Class, Inherited = false) */ public abstract class PluginIconBaseAttribute extends Attribute |
| JScript |
|---|
public abstract class PluginIconBaseAttribute extends Attribute |
Inheritance Hierarchy
System..::.Object
System..::.Attribute
Tools.TotalCommanderT..::.PluginIconBaseAttribute
Tools.TotalCommanderT..::.FilePluginIconAttribute
Tools.TotalCommanderT..::.ResourcePluginIconAttribute
System..::.Attribute
Tools.TotalCommanderT..::.PluginIconBaseAttribute
Tools.TotalCommanderT..::.FilePluginIconAttribute
Tools.TotalCommanderT..::.ResourcePluginIconAttribute