[This is preliminary documentation and is subject to change.]
Generates plugins
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: 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
| Exception | Condition |
|---|---|
| System..::..MissingMethodException | Plugin base type declares method with PluginMethodAttribute pointing to method that is not member of that type. |
| System.Reflection..::..AmbiguousMatchException | Plugin base type declares method with PluginMethodAttribute pointing to method that is overloaded on that type. |
| Tools.TotalCommanderT.PluginBuilder..::..BuildException | Plugin template project failed to build. |
See Also
Version History
1.5.3
- BuildException can be thrown
- ExitCodeException is no longer thrown