ObjectType Class
This API supports the product infrastructure and is not intended to be used directly from your code.
This class has been deprecated as of Visual Basic 2005.
Assembly: Microsoft.VisualBasic (in Microsoft.VisualBasic.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() ![]() | 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() | |
![]() ![]() | 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. |
![]() ![]() | 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. |
This class supports the Visual Basic compiler and is not intended to be used directly from your code.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

