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

Generates plugins

Namespace: Tools.TotalCommanderT.PluginBuilder
Assembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public void Generate()
Visual Basic
Public Sub Generate
Visual C++
public:
void Generate()
F#
member Generate : unit -> unit 
JScript
public function Generate()

Exceptions

ExceptionCondition
System..::..MissingMethodExceptionPlugin base type declares method with PluginMethodAttribute pointing to method that is not member of that type.
System.Reflection..::..AmbiguousMatchExceptionPlugin base type declares method with PluginMethodAttribute pointing to method that is overloaded on that type.
Tools.TotalCommanderT.PluginBuilder..::..BuildExceptionPlugin template project failed to build.

See Also

Collapse/expand Version History

1.5.3