Table of Contents

Class InvokeQueryDivCmdletCommand

Namespace
MASES.JNetPS.Cmdlet.JMX
Assembly
MASES.JNetPS.dll
[Cmdlet("Invoke", "QueryDiv")]
[OutputType(new Type[] { typeof(ValueExp) })]
public class InvokeQueryDivCmdletCommand : JNetPSCmdlet<JNetPSCore>
Inheritance
InvokeQueryDivCmdletCommand
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()