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

Identifies result of file system exec operation

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

Syntax

C#
public enum ExecExitCode
Visual Basic
Public Enumeration ExecExitCode
Visual C++
public enum class ExecExitCode
F#
type ExecExitCode
JScript
public enum ExecExitCode

Members

Member nameValueDescription
Symlink-2This was a (symbolic) link or .lnk file pointing to a different directory
Yourself-1Total Commander should download the file and execute it locally
Error1Execution failed
OK0The command was executed successfully in the plugin (or if the command isn't applicable and no further action is needed)
IsFlagsGets value indicating if given value is of enum type which has FlagsAttribute applied
GetNameGets name of given enumeration value
GetConstantGets constant field that represents given enum value
GetValueGets value of enum in its unedlying type
IsDefinedGets value idicating if given value is defined as constant in enumeration

See Also