C# Class PsGet.Facts.CmdletAssert

Show file Open project: anurse/PS-Get

Public Methods

Method Description
IsCmdlet ( Type t, string verb, string noun ) : void
IsParameter ( Expression member ) : void
IsParameter ( Expression member, System.Management.Automation.ParameterAttribute param ) : void
IsParameter ( Expression member, System.Management.Automation.ParameterAttribute param, System.Management.Automation.ValidateArgumentsAttribute validator ) : void
IsParameter ( Expression member, System.Management.Automation.ValidateArgumentsAttribute validator ) : void

Method Details

IsCmdlet() public static method

public static IsCmdlet ( Type t, string verb, string noun ) : void
t System.Type
verb string
noun string
return void

IsParameter() public static method

public static IsParameter ( Expression member ) : void
member Expression
return void

IsParameter() public static method

public static IsParameter ( Expression member, System.Management.Automation.ParameterAttribute param ) : void
member Expression
param System.Management.Automation.ParameterAttribute
return void

IsParameter() public static method

public static IsParameter ( Expression member, System.Management.Automation.ParameterAttribute param, System.Management.Automation.ValidateArgumentsAttribute validator ) : void
member Expression
param System.Management.Automation.ParameterAttribute
validator System.Management.Automation.ValidateArgumentsAttribute
return void

IsParameter() public static method

public static IsParameter ( Expression member, System.Management.Automation.ValidateArgumentsAttribute validator ) : void
member Expression
validator System.Management.Automation.ValidateArgumentsAttribute
return void