API Reference
Class
PowerShellRuleExtensions
Extension methods for PowerShellRule values.
Inheritance
- Object
- PowerShellRuleExtensions
Methods
public static String ToRuleName(PowerShellRule rule) #Returns:
StringGets the original PowerShell rule name for the enum value.
Parameters
- rule TestimoX.RulesPowerShell.PowerShellRule
public static Boolean TryParse(String name, out PowerShellRule rule) #Returns:
BooleanAttempts to parse a PowerShell rule name to its enum value.
Parameters
- name System.String
- rule TestimoX.RulesPowerShell.PowerShellRule@