[This is preliminary documentation and is subject to change.]
CTor
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public FilePluginIconAttribute(
string IconPath
) |
| Visual Basic |
|---|
Public Sub New ( _
IconPath As String _
) |
| Visual C++ |
|---|
public:
FilePluginIconAttribute(
String^ IconPath
) |
| F# |
|---|
new :
IconPath:string -> FilePluginIconAttribute |
Parameters
- IconPath
- Type: System..::..String
Path of ICO file that contains icon of plugin. Absolute or relative to assembly where type attribute si applied onto is declared.
See Also