__Usual 结构 |
命名空间: XSharp
[SerializableAttribute] [AllowLateBindingAttribute] STRUCTURE __Usual IMPLEMENTS IConvertible, IComparable, IComparable<USUAL>, IEquatable<USUAL>, IIndexedProperties, IIndexer, IDisposable, ISerializable
__Usual 类型公开以下成员。
名称 | 说明 | |
---|---|---|
__Usual(Object) | 初始化 __Usual 类的一个新实例 | |
__Usual(SerializationInfo, StreamingContext) | 初始化 __Usual 类的一个新实例 | |
__Usual(__Usual, Boolean) | 初始化 __Usual 类的一个新实例 | |
__Usual(__UsualType, Boolean) | 初始化 __Usual 类的一个新实例 |
名称 | 说明 | |
---|---|---|
IsArray | ||
IsBinary | ||
IsByRef | ||
IsCodeblock | ||
IsCurrency | ||
IsDate | ||
IsDateTime | ||
IsDecimal | ||
IsFloat | ||
IsFractional | ||
IsInt64 | ||
IsInteger | ||
IsLogic | ||
IsLong | ||
IsNull | ||
IsNumeric | ||
IsObject | ||
IsPsz | ||
IsPtr | ||
IsString | ||
IsSymbol | ||
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemString | 使用零为基础的数组索引来获取/设置数组元素。 | |
ItemInt32, Int32 | 使用零为基础的数组索引来获取/设置数组元素。 | |
SystemType | ||
Type | This property returns the __UsualType of the USUAL | |
Value | Return the value of the USUAL as object. NIL values are shown as a NIL string. |
名称 | 说明 | |
---|---|---|
AsString | ||
Clone | ||
CompareTo(Object) | This method is needed to implement the IComparable interface. | |
CompareTo(__Usual) | ||
Equals(Object) | (重写 Equals(Object).) | |
Equals(__Usual) | ||
GetHashCode | (重写 GetHashCode.) | |
GetObjectData | ||
GetTypeCode | ||
ToObject | ||
ToString | (重写 ToString.) | |
ToString(IFormatProvider) | ||
XppUsualIndex |
名称 | 说明 | |
---|---|---|
IDisposableDispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
IConvertibleToBoolean | Converts the value of this instance to an equivalent Boolean value using the specified culture-specific formatting information. | |
IConvertibleToByte | Converts the value of this instance to an equivalent 8-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToChar | Converts the value of this instance to an equivalent Unicode character using the specified culture-specific formatting information. | |
IConvertibleToDateTime | Converts the value of this instance to an equivalent DateTime using the specified culture-specific formatting information. | |
IConvertibleToDecimal | Converts the value of this instance to an equivalent Decimal number using the specified culture-specific formatting information. | |
IConvertibleToDouble | Converts the value of this instance to an equivalent double-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToInt16 | Converts the value of this instance to an equivalent 16-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt32 | Converts the value of this instance to an equivalent 32-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToInt64 | Converts the value of this instance to an equivalent 64-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSByte | Converts the value of this instance to an equivalent 8-bit signed integer using the specified culture-specific formatting information. | |
IConvertibleToSingle | Converts the value of this instance to an equivalent single-precision floating-point number using the specified culture-specific formatting information. | |
IConvertibleToType | Converts the value of this instance to an Object of the specified Type that has an equivalent value, using the specified culture-specific formatting information. | |
IConvertibleToUInt16 | Converts the value of this instance to an equivalent 16-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt32 | Converts the value of this instance to an equivalent 32-bit unsigned integer using the specified culture-specific formatting information. | |
IConvertibleToUInt64 | Converts the value of this instance to an equivalent 64-bit unsigned integer using the specified culture-specific formatting information. |