System.Object
Eplan.EplApi.ApplicationFramework.CommandLineInterpreter
System.Object
Eplan.EplApi.ApplicationFramework.CommandLineInterpreter
[ClassInterface(ClassInterfaceType.None)] public class CommandLineInterpreter : ICommandLineInterpreter
[ClassInterface(ClassInterfaceType.None)] public ref class CommandLineInterpreter : public ICommandLineInterpreter
String strAction= @"XPrjActionProjectOpen /PROJECT:"; bool bRet= CommandLineInterpreter().Execute(strAction + ProjectName); if (!bRet) { new Decider().Decide(EnumDecisionType.eOkDecision, "P8 command does not work", "OpenProjectAndPage", EnumDecisionReturn.eOK, EnumDecisionReturn.eOK); CommandLineInterpreter.Execute("SystemErrDialog"); return -1; }
Name | Description | |
---|---|---|
CommandLineInterpreter Constructor | Overloaded. |
Name | Description | |
---|---|---|
Execute | Overloaded. Execution of a command. | |
IsExecutable | Checks whether the execution of an expression is possible. This is only the case when the corresponding action is available. |