Specifies what type an object is of.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum TypeCode
Remarks
Members
| Member Name | Description |
|---|
| Boolean | Documentation for this section has not yet been entered. |
| Byte | Documentation for this section has not yet been entered. |
| Char | Documentation for this section has not yet been entered. |
| DateTime | Documentation for this section has not yet been entered. |
| DBNull | Documentation for this section has not yet been entered. |
| Decimal | Documentation for this section has not yet been entered. |
| Double | Documentation for this section has not yet been entered. |
| Empty | A null reference. |
| Int16 | Documentation for this section has not yet been entered. |
| Int32 | Documentation for this section has not yet been entered. |
| Int64 | Documentation for this section has not yet been entered. |
| Object | Anything that isn't another TypeCode. |
| SByte | Documentation for this section has not yet been entered. |
| Single | Documentation for this section has not yet been entered. |
| String | Documentation for this section has not yet been entered. |
| UInt16 | Documentation for this section has not yet been entered. |
| UInt32 | Documentation for this section has not yet been entered. |
| UInt64 | Documentation for this section has not yet been entered. |
Requirements
Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0