C# 클래스 PoshWpf.Utility.ScriptBlockInvoker

파일 보기 프로젝트 열기: Jaykul/PoshConsole 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetScriptVariableValue object
Invoke ICollection
Invoke ICollection
Invoke ICollection
Invoke ICollection
SetScriptVariable void
SetScriptVariableValue void

비공개 메소드들

메소드 설명
GetScriptVariableValue ( string name, object defaultValue ) : object

Get the value of a variable from the module scope (after script blocks called through ScriptBlockInvoker)

Invoke ( System.Management.Automation.ScriptBlock sb ) : ICollection

Invoke a ScriptBlock, binding it to the module, if possible.

Invoke ( System.Management.Automation.ScriptBlock sb, PSVariable variables ) : ICollection

Invoke a ScriptBlock, binding it to the module, if possible.

Invoke ( String script ) : ICollection

Invoke a ScriptBlock, binding it to the module, if possible.

Invoke ( string script, PSVariable variables ) : ICollection

Invoke a ScriptBlock, binding it to the module, if possible.

SetScriptVariable ( PSVariable variable ) : void

Set a variable in the module scope (for script blocks called through ScriptBlockInvoker)

SetScriptVariableValue ( string name, object value ) : void

Set a variable in the module scope (for script blocks called through ScriptBlockInvoker)