StructLayoutAttribute.Value 属性

定义

获取 LayoutKind 值,该值指定如何排列类或结构。

public:
 property System::Runtime::InteropServices::LayoutKind Value { System::Runtime::InteropServices::LayoutKind get(); };
public System.Runtime.InteropServices.LayoutKind Value { get; }
member this.Value : System.Runtime.InteropServices.LayoutKind
Public ReadOnly Property Value As LayoutKind

属性值

LayoutKind

枚举值之一,指定如何排列类或结构。

适用于