UnmanagedFunctionPointerAttribute Class
Assembly: mscorlib (in mscorlib.dll)
'Declaration <ComVisibleAttribute(True)> _ <AttributeUsageAttribute(AttributeTargets.Delegate, AllowMultiple:=False, Inherited:=False)> _ Public NotInheritable Class UnmanagedFunctionPointerAttribute Inherits Attribute 'Usage Dim instance As UnmanagedFunctionPointerAttribute
/** @attribute ComVisibleAttribute(true) */ /** @attribute AttributeUsageAttribute(AttributeTargets.Delegate, AllowMultiple=false, Inherited=false) */ public final class UnmanagedFunctionPointerAttribute extends Attribute
ComVisibleAttribute(true) AttributeUsageAttribute(AttributeTargets.Delegate, AllowMultiple=false, Inherited=false) public final class UnmanagedFunctionPointerAttribute extends Attribute
The fields of the UnmanagedFunctionPointerAttribute attribute control various aspects of the transition of a delegate to an unmanaged function pointer, and are the same as the fields with identical names in the DllImportAttribute attribute. These fields are optional, but if you do not specify a field name, UnmanagedFunctionPointerAttribute is ignored.
For more information about using attributes, see Extending Metadata Using Attributes.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.