Table of Contents

Class InvokeQueryPlusCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Invoke", "QueryPlus")]
[OutputType(new Type[] { typeof(ValueExp) })]
public class InvokeQueryPlusCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
InvokeQueryPlusCmdletCommand
Inherited Members
Extension Methods

Properties

Value1

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The first '+' operand.")]
public ValueExp Value1 { get; set; }

Property Value

ValueExp

Value2

[Parameter(Position = 1, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The second '+' operand.")]
public ValueExp Value2 { get; set; }

Property Value

ValueExp

Methods

ProcessCommand()

protected override void ProcessCommand()