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

<ComVisibleAttribute(True)> _ <AttributeUsageAttribute(AttributeTargets.Delegate, AllowMultiple:=False, Inherited:=False)> _ Public NotInheritable Class UnmanagedFunctionPointerAttribute Inherits Attribute
[ComVisibleAttribute(true)] [AttributeUsageAttribute(AttributeTargets.Delegate, AllowMultiple=false, Inherited=false)] public sealed class UnmanagedFunctionPointerAttribute : Attribute
[ComVisibleAttribute(true)] [AttributeUsageAttribute(AttributeTargets::Delegate, AllowMultiple=false, Inherited=false)] public ref class UnmanagedFunctionPointerAttribute sealed : public Attribute

UnmanagedFunctionPointerAttribute 属性のフィールドは、デリゲートをアンマネージ関数ポインタに移行する際のさまざまな要素を制御します。DllImportAttribute 属性における同一名のフィールドと同じです。これらのフィールドはオプションですが、フィールド名を指定しない場合、UnmanagedFunctionPointerAttribute は無視されます。

System.Attribute
System.Runtime.InteropServices.UnmanagedFunctionPointerAttribute


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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


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