点击或拖拽改变大小

__WinBool 结构

X#
Internal type that implements the WIN32 Compatible LOGIC type in UNIONs and VOSTRUCTs

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
[SerializableAttribute]
 STRUCTURE __WinBool IMPLEMENTS ISerializable
查看代码

__WinBool 类型公开以下成员。

构造函数
  名称说明
公共方法__WinBool(Boolean)
初始化 __WinBool 类的一个新实例
公共方法__WinBool(SerializationInfo, StreamingContext)
从序列化数据构造一个值
Top
属性
  名称说明
公共属性Value
Value as Logic
Top
方法
  名称说明
公共方法Equals
Indicates whether this instance and a specified object are equal.
(重写 Equals(Object).)
公共方法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.)
Top
运算符
参见