点击或拖拽改变大小

VoStructAttribute 类

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.
继承层次
Object
  Attribute
    VoStructAttribute

命名空间:  XSharp.Internal
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
[AttributeUsageAttribute(AttributeTargets.Struct)]
 SEALED CLASS VoStructAttribute INHERIT Attribute
查看代码

VoStructAttribute 类型公开以下成员。

构造函数
  名称说明
公共方法VoStructAttribute
初始化 VoStructAttribute 类的一个新实例
Top
属性
  名称说明
公共属性LargestMemberSize
Size of the largest member.
公共属性Size
Total size of the VOSTRUCT or UNION.
Top
参见