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

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: Pash-Project/Pash

Private Properties

프로퍼티 타입 설명
GetActivityName string
GetVariable System.Management.Automation.PSVariable
GetVariablesUsingWildcard IEnumerable
IsMatch bool

보호된 메소드들

메소드 설명
CheckVariableCanBeChanged ( PSVariable variable, bool force ) : void
GetVariables ( string name ) : IEnumerable
IsExcluded ( string variableName ) : bool
WriteError ( SessionStateException ex ) : void
WriteVariableNotFoundError ( string name ) : void

비공개 메소드들

메소드 설명
GetActivityName ( ) : string
GetVariable ( string name ) : PSVariable
GetVariablesUsingWildcard ( string pattern ) : IEnumerable
IsMatch ( string name, string variableName ) : bool

메소드 상세

CheckVariableCanBeChanged() 보호된 메소드

protected CheckVariableCanBeChanged ( PSVariable variable, bool force ) : void
variable System.Management.Automation.PSVariable
force bool
리턴 void

GetVariables() 보호된 메소드

protected GetVariables ( string name ) : IEnumerable
name string
리턴 IEnumerable

IsExcluded() 보호된 메소드

protected IsExcluded ( string variableName ) : bool
variableName string
리턴 bool

WriteError() 보호된 메소드

protected WriteError ( SessionStateException ex ) : void
ex System.Management.Automation.SessionStateException
리턴 void

WriteVariableNotFoundError() 보호된 메소드

protected WriteVariableNotFoundError ( string name ) : void
name string
리턴 void