Type.MakeFunctionPointerSignatureType(Type, Type[], Boolean, Type[]) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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
参数
- returnType
- Type
- parameterTypes
- Type[]
- isUnmanaged
- Boolean
- callingConventions
- Type[]