Utils Class

Definition

Contains utilities that the Visual Basic compiler uses.

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

public ref class Utils sealed
public sealed class Utils
[Microsoft.VisualBasic.CompilerServices.StandardModule]
public sealed class Utils
type Utils = class
[<Microsoft.VisualBasic.CompilerServices.StandardModule>]
type Utils = class
Public NotInheritable Class Utils
Public Module Utils
Inheritance
Utils
Attributes

Remarks

This class supports the Visual Basic compiler and is not intended to be used directly from your code.

Methods

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, 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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
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)

Applies to