[This is preliminary documentation and is subject to change.]

CTor

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public TotalCommanderPluginAttribute(
	string Name
)
Visual Basic
Public Sub New ( _
	Name As String _
)
Visual C++
public:
TotalCommanderPluginAttribute(
	String^ Name
)
F#
new : 
        Name:string -> TotalCommanderPluginAttribute
JScript
public function TotalCommanderPluginAttribute(
	Name : String
)

Parameters

Name
Type: System..::..String
Name (without extension) of plugin generated. Ignored when null.

See Also