C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.ValidateVariableNameAttribute

상속: System.Management.Automation.ValidateArgumentsAttribute
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

보호된 메소드들

메소드 설명
Validate ( object arguments, System.Management.Automation.EngineIntrinsics engineIntrinsics ) : void

Validates that a variable name is valid with or without optional append character "+".

비공개 메소드들

메소드 설명
Validate ( object arguments ) : bool

Validates that a variable name is valid with or without optional append character "+".

메소드 상세

Validate() 보호된 메소드

Validates that a variable name is valid with or without optional append character "+".
The variable name is invalid.
protected Validate ( object arguments, System.Management.Automation.EngineIntrinsics engineIntrinsics ) : void
arguments object The arguments to validate.
engineIntrinsics System.Management.Automation.EngineIntrinsics for additional information.
리턴 void