Table of Contents

Class InvokeQueryAttrCmdletCommand

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

Properties

ClassName

[Parameter(Position = 1, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the class possessing the attribute.")]
public string ClassName { get; set; }

Property Value

string

Name

[Parameter(Position = 0, Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The name of the attribute.")]
public string Name { get; set; }

Property Value

string

Methods

ProcessCommand()

protected override void ProcessCommand()