Class StartPLCOnNetPSCmdletCommandBase<TCmdlet>
- Namespace
- MASES.PLCOnNet.PowerShell.Cmdlet
- Assembly
- MASES.PLCOnNetPS.dll
public class StartPLCOnNetPSCmdletCommandBase<TCmdlet> : StartJNetPSCmdletCommandBase<TCmdlet, PLCOnNetPSCore> where TCmdlet : StartPLCOnNetPSCmdletCommandBase<TCmdlet>
Type Parameters
TCmdlet
- Inheritance
-
JNetPSExternalizableCmdlet<TCmdlet>StartJNetPSCmdletCommandBase<TCmdlet, PLCOnNetPSCore>StartPLCOnNetPSCmdletCommandBase<TCmdlet>
- Derived
- Inherited Members
Properties
CommonLoggingPath
Sets the global value of log4j path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The file containing the configuration of log4j.")]
public string CommonLoggingPath { get; set; }
Property Value
LogPath
Sets the global value of log path
[Parameter(ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The path where log will be stored.")]
public string LogPath { get; set; }
Property Value
Methods
OnBeforeCreateGlobalInstance()
protected override void OnBeforeCreateGlobalInstance()