FixedBufferAttribute クラス
アセンブリ: mscorlib (mscorlib.dll 内)

<AttributeUsageAttribute(AttributeTargets.Field, Inherited:=False)> _ Public NotInheritable Class FixedBufferAttribute Inherits Attribute
[AttributeUsageAttribute(AttributeTargets.Field, Inherited=false)] public sealed class FixedBufferAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Field, Inherited=false)] public ref class FixedBufferAttribute sealed : public Attribute

フィールドを固定長のインライン配列として処理する必要があることを示すため、FixedBufferAttribute 属性をフィールドに適用します。属性を適用するフィールドの型は、示された要素数を格納できるサイズであることが必要です。

System.Attribute
System.Runtime.CompilerServices.FixedBufferAttribute


Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- FixedBufferAttribute クラスのページへのリンク