Versioned Class
The Versioned module contains procedures used to interact with objects, applications, and systems.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
The Versioned type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | CallByName | 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.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | IsNumeric | Returns a Boolean value indicating whether an expression can be evaluated as a number. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | SystemTypeName | 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 | Returns a string value containing data type information about a variable. |
![]() ![]() | VbTypeName | 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).
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
