Type.MakeFunctionPointerSignatureType(Type, Type[], Boolean, Type[]) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- returnType
- Type
- parameterTypes
- Type[]
- isUnmanaged
- Boolean
- callingConventions
- Type[]