ObjectType Class

Definition

This class has been deprecated as of Visual Basic 2005.

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

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

Remarks

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

Constructors

ObjectType()

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

Initializes a new instance of the ObjectType class.

Methods

AddObj(Object, Object)

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

Performs an addition (+) operation.

BitAndObj(Object, Object)

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

Performs a bitwise And operation.

BitOrObj(Object, Object)

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

Performs a bitwise Or operation.

BitXorObj(Object, Object)

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

Performs an Xor operation.

DivObj(Object, Object)

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

Performs a division (/) operation.

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)
GetObjectValuePrimitive(Object)

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

Returns a boxed primitive value. This method is used to prevent copying structures multiple times.

GetType()

Gets the Type of the current instance.

(Inherited from Object)
IDivObj(Object, Object)

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

Performs an integer division (\) operation.

LikeObj(Object, Object, CompareMethod)

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

Performs a Like comparison.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ModObj(Object, Object)

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

Performs a modulus (Mod) operation.

MulObj(Object, Object)

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

Performs a multiplication (*) operation.

NegObj(Object)

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

Performs a unary minus (-) operation.

NotObj(Object)

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

Performs a Not operation.

ObjTst(Object, Object, Boolean)

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

Performs binary or text string comparison when given two objects.

PlusObj(Object)

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

Performs a unary plus (+) operation.

PowObj(Object, Object)

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

Performs an exponent (^) operation.

ShiftLeftObj(Object, Int32)

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

Performs an arithmetic left shift (<<) operation.

ShiftRightObj(Object, Int32)

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

Performs an arithmetic right shift (>>) operation.

StrCatObj(Object, Object)

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

Performs a string concatenation (&) operation.

SubObj(Object, Object)

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

Performs a subtraction (-) operation.

ToString()

Returns a string that represents the current object.

(Inherited from Object)
XorObj(Object, Object)

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

Performs an Xor comparison.

Applies to