Type.MakeFunctionPointerSignatureType(Type, Type[], Boolean, Type[]) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
public static Type MakeFunctionPointerSignatureType(Type returnType, Type[]? parameterTypes, bool isUnmanaged = false, Type[]? callingConventions = default);
static member MakeFunctionPointerSignatureType : Type * Type[] * bool * Type[] -> Type
Public Shared Function MakeFunctionPointerSignatureType (returnType As Type, parameterTypes As Type(), Optional isUnmanaged As Boolean = false, Optional callingConventions As Type() = Nothing) As Type
Paramètres
- returnType
- Type
- parameterTypes
- Type[]
- isUnmanaged
- Boolean
- callingConventions
- Type[]