__Binary 结构 |
命名空间: XSharp
[SerializableAttribute] STRUCTURE __Binary IMPLEMENTS IFormattable, IComparable<BINARY>, IEquatable<BINARY>, IComparable, ISerializable
__Binary 类型公开以下成员。
名称 | 说明 | |
---|---|---|
__Binary(Byte) | 初始化 __Binary 类的一个新实例 | |
__Binary(String) | 初始化 __Binary 类的一个新实例 | |
__Binary(SerializationInfo, StreamingContext) | 从序列化数据构造一个值 |
名称 | 说明 | |
---|---|---|
CompareTo(Object) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
CompareTo(__Binary) | Compares the current instance with another object of the same type and returns an integer that indicates whether the current instance precedes, follows, or occurs in the same position in the sort order as the other object. | |
Equals(Object) | Indicates whether this instance and a specified object are equal. (重写 Equals(Object).) | |
Equals(__Binary) | Indicates whether the current object is equal to another object of the same type. | |
GetHashCode | Returns the hash code for this instance. (重写 GetHashCode.) | |
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. | |
ToString | Returns the fully qualified type name of this instance. (重写 ToString.) | |
ToString(String) | Converts the numeric value of this instance to its equivalent string representation. | |
ToString(String, IFormatProvider) | Formats the value of the current instance using the specified format. |
名称 | 说明 | |
---|---|---|
Addition(String, __Binary) | 这个运算符在编译器生成的代码中使用,当需要时。 | |
Addition(__Binary, String) | 这个运算符在编译器生成的代码中使用,当需要时。 | |
Addition(__Binary, __Binary) | 这个运算符在编译器生成的代码中使用,当需要时。 | |
Equality | ||
GreaterThan | 这个运算符在编译器生成的代码中使用,当需要时。 | |
GreaterThanOrEqual | 这个运算符在编译器生成的代码中使用,当需要时。 | |
(Byte to __Binary) | ||
(String to __Binary) | ||
(__Binary to Byte) | ||
(__Binary to String) | ||
Inequality | ||
LessThan | 这个运算符在编译器生成的代码中使用,当需要时。 | |
LessThanOrEqual | 这个运算符在编译器生成的代码中使用,当需要时。 |