Versioned Class
This API supports the product infrastructure and is not intended to be used directly from your code.
The Versioned module contains procedures used to interact with objects, applications, and systems.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | CallByName(Object^, String^, CallType, array<Object^>^) | This API supports the product infrastructure and is not intended to be used directly from your code. Executes a method on an object, or sets or returns a property on an object. |
![]() | 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.) |
![]() | GetType() | |
![]() ![]() | IsNumeric(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a Boolean value indicating whether an expression can be evaluated as a number. |
![]() ![]() | SystemTypeName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value containing the system data type name of a variable. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() ![]() | TypeName(Object^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value containing data type information about a variable. |
![]() ![]() | VbTypeName(String^) | This API supports the product infrastructure and is not intended to be used directly from your code. Returns a string value containing the Visual Basic data type name of a variable. |
This module supports the Visual Basic language keywords and run-time library members that run other programs, call a method or property, sound a beep from the computer, provide a command-line string, manipulate COM objects, and control dialog boxes.
This class is the Visual Basic 2005 updated version of the Interaction class (which was used in Visual Basic 2003).
Available since 2.0
Silverlight
Available since 2.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

