Muokkaa

Jaa


Type.MakeFunctionPointerSignatureType(Type, Type[], Boolean, Type[]) Method

Definition

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

Parameters

returnType
Type
parameterTypes
Type[]
isUnmanaged
Boolean
callingConventions
Type[]

Returns

Applies to