C# Класс PoshCode.PowerShell.SessionStateHelper

The SessionState Helper contains extension methods for working with SessionState or InitialSessionState objects
Показать файл Открыть проект

Открытые методы

Метод Описание
LoadCmdlets ( this iss, Assembly assembly ) : InitialSessionState

Loads any cmdlets defined in the specified assembly

LoadCmdlets ( this iss, IEnumerable types ) : InitialSessionState

Loads any cmdlets defined in the specified types

Описание методов

LoadCmdlets() публичный статический Метод

Loads any cmdlets defined in the specified assembly
public static LoadCmdlets ( this iss, Assembly assembly ) : InitialSessionState
iss this The InitialSessionState.
assembly System.Reflection.Assembly The assembly which contains cmdlets.
Результат System.Management.Automation.Runspaces.InitialSessionState

LoadCmdlets() публичный статический Метод

Loads any cmdlets defined in the specified types
public static LoadCmdlets ( this iss, IEnumerable types ) : InitialSessionState
iss this The InitialSessionState.
types IEnumerable The types which might be cmdlets.
Результат System.Management.Automation.Runspaces.InitialSessionState