[This is preliminary documentation and is subject to change.]
Gets or sets assembly to generate plugin for
Namespace: Tools.TotalCommanderT.PluginBuilderAssembly: TCPluginBuilder (in TCPluginBuilder.exe) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Assembly Assembly { get; set; } |
| Visual Basic |
|---|
Public Property Assembly As Assembly Get Set |
| Visual C++ |
|---|
public: property Assembly^ Assembly { Assembly^ get (); void set (Assembly^ value); } |
| F# |
|---|
member Assembly : Assembly with get, set |
| JScript |
|---|
function get Assembly () : Assembly function set Assembly (value : Assembly) |
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Value beign set is null |