Share via


Utils Class

Definition

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.

Applies to