C# 클래스 Microsoft.PowerShell.Commands.SetVariableCommand

상속: VariableCommandBase
파일 보기 프로젝트 열기: Pash-Project/Pash

Private Properties

프로퍼티 타입 설명
CheckVariableOptionCanBeChanged void
GetNames IEnumerable
GetVariableValue object
SetVariable System.Management.Automation.PSVariable
SetVariableOptions void

공개 메소드들

메소드 설명
SetVariableCommand ( ) : System

보호된 메소드들

메소드 설명
EndProcessing ( ) : void
ProcessRecord ( ) : void

비공개 메소드들

메소드 설명
CheckVariableOptionCanBeChanged ( PSVariable variable ) : void
GetNames ( ) : IEnumerable
GetVariableValue ( ) : object
SetVariable ( string name, object value ) : PSVariable
SetVariableOptions ( PSVariable variable ) : void

메소드 상세

EndProcessing() 보호된 메소드

protected EndProcessing ( ) : void
리턴 void

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

SetVariableCommand() 공개 메소드

public SetVariableCommand ( ) : System
리턴 System