Class GetClassForNameCmdletCommand
[Cmdlet("Get", "ClassForName")]
[OutputType(new Type[] { typeof(Class) })]
public class GetClassForNameCmdletCommand : JNetPSCmdlet<JNetPSCore>
- Inheritance
-
GetClassForNameCmdletCommand
- Inherited Members
- Extension Methods
Properties
ClassName
[Parameter(Mandatory = true, ValueFromPipeline = true, ValueFromPipelineByPropertyName = true, HelpMessage = "The class name.")]
public string ClassName { get; set; }
Property Value
Methods
ProcessCommand()
protected override void ProcessCommand()