Type.MakeFunctionPointerSignatureType(Type, Type[], Boolean, Type[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[]