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

CTor from assembly

Namespace: Tools.TotalCommanderT.PluginBuilder
Assembly: 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

ExceptionCondition
System..::..ArgumentNullExceptionAssembly is null

See Also