Table of Contents

Class GetClassForNameCmdletCommand

Namespace
MASES.JNetPS.Cmdlet
Assembly
MASES.JNetPS.dll
[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

string

Methods

ProcessCommand()

protected override void ProcessCommand()