SYSKIND 枚举
注意:此枚举现在已过时。
应改用 SYSKIND。
**命名空间:**System.Runtime.InteropServices
**程序集:**mscorlib(在 mscorlib.dll 中)
语法
声明
<SerializableAttribute> _
<ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", False)> _
Public Enumeration SYSKIND
用法
Dim instance As SYSKIND
[SerializableAttribute]
[ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum SYSKIND
[SerializableAttribute]
[ObsoleteAttribute(L"Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)]
public enum class SYSKIND
/** @attribute SerializableAttribute() */
/** @attribute ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false) */
public enum SYSKIND
SerializableAttribute
ObsoleteAttribute("Use System.Runtime.InteropServices.ComTypes.SYSKIND instead. https://go.microsoft.com/fwlink/?linkid=14202", false)
public enum SYSKIND
成员
成员名称 | 说明 | |
---|---|---|
SYS_MAC | 类型库的目标操作系统为 Apple Macintosh。默认情况下,所有数据字段在偶字节边界对齐。 | |
SYS_WIN16 | 类型库的目标操作系统是 16 位 Windows 系统。默认情况下,数据字段被压缩。 | |
SYS_WIN32 | 类型库的目标操作系统是 32 位 Windows 系统。默认情况下,数据字段自然对齐(例如,2 字节整数在偶字节边界对齐;4 字节整数在四字边界对齐,依此类推)。 |
备注
有关 SYSKIND 枚举的更多信息,请参见 MSDN Library。
平台
Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition
.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求。
版本信息
.NET Framework
受以下版本支持:1.0、1.1
在 2.0 中过时(编译器警告)