SyntaxCheck Class

Definition

Provides methods to verify the machine name and path conform to a specific syntax. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public static class SyntaxCheck
Inheritance
SyntaxCheck

Inherited Members

System.Object

Methods

CheckMachineName(String)

Checks the syntax of the machine name to confirm that it does not contain "\".

CheckPath(String)

Checks the syntax of the path to see whether it starts with "\\".

CheckRootedPath(String)

Checks the syntax of the path to see if it starts with "\" or drive letter "C:".