SyntaxCheck Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides methods to verify the machine name and path conform to a specific syntax. This class cannot be inherited.
Assembly: System (in System.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CheckMachineName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Checks the syntax of the machine name to confirm that it does not contain "\". |
![]() ![]() | CheckPath(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Checks the syntax of the path to see whether it starts with "\\". |
![]() ![]() | CheckRootedPath(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Checks the syntax of the path to see if it starts with "\" or drive letter "C:". |
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

