[This is preliminary documentation and is subject to change.]
CTor from assembly
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Generator( Assembly Assembly ) |
| Visual Basic |
|---|
Public Sub New ( _ Assembly As Assembly _ ) |
| Visual C++ |
|---|
public: Generator( Assembly^ Assembly ) |
| F# |
|---|
new : Assembly:Assembly -> Generator |
| JScript |
|---|
public function Generator( Assembly : Assembly ) |
Parameters
- Assembly
- Type: System.Reflection..::..Assembly
Assembly to generate plugin for
Remarks
OutputDirectory is initilaized to GetDirectoryName(String)(Assembly.Location) when Assembly.Location is not null; to CurrentDirectory otherwise.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Assembly is null |