Utils Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Contains utilities that the Visual Basic compiler uses.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CopyArray(Array^, Array^) | This API supports the product infrastructure and is not intended to be used directly from your code. Used by the Visual Basic compiler as a helper for Redim. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() ![]() | GetResourceString(String^, array<String^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Retrieves and formats a localized resource string or error message. |
![]() | GetType() | |
![]() ![]() | MethodToString(MethodBase^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Visual Basic method signature. |
![]() ![]() | SetCultureInfo(CultureInfo^) | This API supports the product infrastructure and is not intended to be used directly from your code. Sets the culture of the current thread. |
![]() ![]() | ThrowException(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. Throws a localized Visual Basic exception. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone
Available since 8.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.

