Class InvokeCommandCmdletCommandBase<TCmdlet, TCore>
- Namespace
- MASES.JNetPSCore.Cmdlet
- Assembly
- MASES.JNetPSCore.dll
public abstract class InvokeCommandCmdletCommandBase<TCmdlet, TCore> : StartJNetPSCmdletCommandBase<TCmdlet, TCore> where TCmdlet : InvokeCommandCmdletCommandBase<TCmdlet, TCore> where TCore : JNetCore<TCore>
Type Parameters
TCmdlet
TCore
- Inheritance
-
JNetPSExternalizableCmdlet<TCmdlet>StartJNetPSCmdletCommandBase<TCmdlet, TCore>InvokeCommandCmdletCommandBase<TCmdlet, TCore>
- Derived
- Inherited Members
- Extension Methods
Properties
Arguments
[Parameter(ValueFromPipelineByPropertyName = true, HelpMessage = "The Main-Class arguments to be used. Put them within a single string.")]
public string Arguments { get; set; }
Property Value
MainClass
[Parameter(Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The java Main-Class name to be launched")]
public string MainClass { get; set; }
Property Value
Methods
OnAfterCreateGlobalInstance()
Executes the code after invoke CreateGlobalInstance()
protected override void OnAfterCreateGlobalInstance()