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

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

보호된 메소드들

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

Validates that the argument contains acceptable GUIDs if not null.

비공개 메소드들

메소드 설명
ValidateElement ( object element ) : void

Validates that the element is a string in the format {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}.

메소드 상세

Validate() 보호된 메소드

Validates that the argument contains acceptable GUIDs if not null.
protected Validate ( object arguments, System.Management.Automation.EngineIntrinsics engineIntrinsics ) : void
arguments object The arguments to validate.
engineIntrinsics System.Management.Automation.EngineIntrinsics Provides functionality from the engine.
리턴 void