Click or drag to resize

VoStructAttribute Class

X#
This class is used to describe VOSTRUCT and UNION structures which have a different semantics AS actually means Struct PTR. IS means Struct Please note that the size assumes x86 (32 bits) OS.
Inheritance Hierarchy
Object
  Attribute
    VoStructAttribute

Namespace:  XSharp.Internal
Assembly:  XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax
[AttributeUsageAttribute(AttributeTargets.Struct)]
 SEALED CLASS VoStructAttribute INHERIT Attribute
Request Example View Source

The VoStructAttribute type exposes the following members.

Constructors
  NameDescription
Public methodVoStructAttribute
Initializes a new instance of the VoStructAttribute class
Top
Properties
  NameDescription
Public propertyLargestMemberSize
Size of the largest member.
Public propertySize
Total size of the VOSTRUCT or UNION.
Top
See Also