C# Класс Microsoft.Tools.WindowsInstaller.PowerShell.ValidateGuidAttribute

Наследование: System.Management.Automation.ValidateArgumentsAttribute
Показать файл Открыть проект Примеры использования класса

Защищенные методы

Метод Описание
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