TypeDelegator.IsUnmanagedFunctionPointer Propriété

Définition

Obtient une valeur qui indique si le actuel Type est un pointeur de fonction non managé.

public:
 virtual property bool IsUnmanagedFunctionPointer { bool get(); };
public override bool IsUnmanagedFunctionPointer { get; }
member this.IsUnmanagedFunctionPointer : bool
Public Overrides ReadOnly Property IsUnmanagedFunctionPointer As Boolean

Valeur de propriété

true si le actuel Type est un pointeur de fonction non managé ; sinon, false.

S’applique à