Versioned Class

Definition

The Versioned module contains procedures used to interact with objects, applications, and systems.

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

public ref class Versioned sealed
public sealed class Versioned
type Versioned = class
Public NotInheritable Class Versioned
Inheritance
Versioned

Remarks

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).

Methods

CallByName(Object, String, CallType, 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()

Gets the Type of the current instance.

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

MemberwiseClone()

Creates a shallow copy of the current Object.

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

Applies to