Class GetIsMXBeanInterfaceCmdletCommand
[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
Methods
ProcessCommand()
protected override void ProcessCommand()