[This is preliminary documentation and is subject to change.]
Gets the plugin interface version
Namespace: Tools.TotalCommanderTAssembly: Tools.TotalCommander (in Tools.TotalCommander.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
public Version Version { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Version As Version Get |
| Visual C++ |
|---|
public: property Version^ Version { Version^ get (); } |
| F# |
|---|
member Version : Version |
| JScript |
|---|
function get Version () : Version |