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

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

Private Properties

프로퍼티 타입 설명
CheckVariableCanBeRemoved void
GetQualifiedVariableName string
IsExcluded bool

공개 메소드들

메소드 설명
RemoveVariableCommand ( ) : System

보호된 메소드들

메소드 설명
ProcessRecord ( ) : void

비공개 메소드들

메소드 설명
CheckVariableCanBeRemoved ( PSVariable variable ) : void
GetQualifiedVariableName ( PSVariable variable ) : string
IsExcluded ( PSVariable variable ) : bool

메소드 상세

ProcessRecord() 보호된 메소드

protected ProcessRecord ( ) : void
리턴 void

RemoveVariableCommand() 공개 메소드

public RemoveVariableCommand ( ) : System
리턴 System