Click or drag to resize

__WinBool Structure

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

Namespace:  XSharp
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
[SerializableAttribute]
 STRUCTURE __WinBool IMPLEMENTS ISerializable
Request Example View Source

The __WinBool type exposes the following members.

Constructors
  NameDescription
Public method__WinBool(Logic)
Initializes a new instance of the __WinBool class
Public method__WinBool(SerializationInfo, StreamingContext)
Construct a value from serialized data
Top
Properties
  NameDescription
Public propertyValue
Value as Logic
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides Equals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides GetHashCode.)
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
Public methodToString
Returns the fully qualified type name of this instance.
(Overrides ToString.)
Top
Operators
See Also