Utils Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the utility class containing methods used in other classes.
public ref class Utils sealed
public sealed class Utils
type Utils = class
Public NotInheritable Class Utils
- Inheritance
-
Utils
Fields
PREFIX_SEPARATOR |
Specifies the separator used to separate prefix and control name. |
Methods
ApplyEnvironmentVarSubstitution(String) |
Applies .cmd-script-style environment variable substitution, using the collection of variables retrieved from Environment.GetEnvironmentVariables(). |
GetCredentials() |
Retrieves the default credentials for the current user. |
IsCriticalException(Exception) |
Determines whether the exception is a critical exception. |