Table of Contents

Class GetIsMXBeanInterfaceCmdletCommand

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

Properties

InterfaceName

[Parameter(Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The candidate interface.")]
public string InterfaceName { get; set; }

Property Value

string

Methods

ProcessCommand()

protected override void ProcessCommand()