Utils 类

定义

提供各种实用工具的类。 公共,因为 UI 模块还需要此处的一些方法

public sealed class Utils
type Utils = class
Public NotInheritable Class Utils
继承
Utils

构造函数

名称 说明
Utils()

提供各种实用工具的类。 公共,因为 UI 模块还需要此处的一些方法

方法

名称 说明
GetDescriptionForAdHocEvaluationMode(AdHocPolicyEvaluationMode)

为即席策略评估模式枚举提供描述性本地化名称

GetDescriptionForEvaluationMode(AutomatedPolicyEvaluationMode)

为评估模式枚举提供描述性本地化名称

GetEvaluationModeByDescription(String)

给定的描述性名称,提供评估模式枚举

IsValidHelpLink(String)

验证策略帮助链接的链接字符串。

适用于