Table of Contents

Class InvokeQueryIsInstanceOfCmdletCommand

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

Properties

ClassNameValue

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The StringValueExp returning the name of the class of which selected MBeans should be instances.")]
public StringValueExp ClassNameValue { get; set; }

Property Value

StringValueExp

Methods

ProcessCommand()

protected override void ProcessCommand()