Type.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 virtual bool IsUnmanagedFunctionPointer { get; }
member this.IsUnmanagedFunctionPointer : bool
Public Overridable ReadOnly Property IsUnmanagedFunctionPointer As Boolean

Valeur de propriété

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

S’applique à