Method | Description | |
---|---|---|
LoadCmdlets ( this iss, |
Loads any cmdlets defined in the specified assembly
|
|
LoadCmdlets ( this iss, IEnumerable |
Loads any cmdlets defined in the specified types
|
public static LoadCmdlets ( this iss, |
||
iss | this | The InitialSessionState. |
assembly | The assembly which contains cmdlets. | |
return |
public static LoadCmdlets ( this iss, IEnumerable |
||
iss | this | The InitialSessionState. |
types | IEnumerable |
The types which might be cmdlets. |
return |