Class GetMBeanInfoCmdletCommand
[Cmdlet("Get", "MBeanInfo")]
[OutputType(new Type[] { typeof(MBeanInfo) })]
public class GetMBeanInfoCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
GetMBeanInfoCmdletCommand
- Inherited Members
- Extension Methods
Properties
Connector
[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The JMXConnector to use.")]
public JMXConnector Connector { get; set; }
Property Value
ObjectName
[Parameter(Position = 1, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the MBean to analyze.")]
public ObjectName ObjectName { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()