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

When set to non-null value serves as value of the AssemblyDescriptionAttribute applied to plugin wrapper assembly.

Namespace: Tools.TotalCommanderT
Assembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
public string AssemblyDescription { get; set; }
Visual Basic
Public Property AssemblyDescription As String
	Get
	Set
Visual C++
public:
property String^ AssemblyDescription {
	String^ get ();
	void set (String^ value);
}
F#
member AssemblyDescription : string with get, set
JScript
function get AssemblyDescription () : String
function set AssemblyDescription (value : String)

Remarks

When null, AssemblyDescriptionAttribute from type's assembly is used.

See Also