Type.GetFunctionPointerCallingConventions 方法

定义

在派生类中重写时,返回当前函数指针 Type的调用约定。

public:
 virtual cli::array <Type ^> ^ GetFunctionPointerCallingConventions();
public virtual Type[] GetFunctionPointerCallingConventions ();
abstract member GetFunctionPointerCallingConventions : unit -> Type[]
override this.GetFunctionPointerCallingConventions : unit -> Type[]
Public Overridable Function GetFunctionPointerCallingConventions () As Type()

返回

Type[]

对象的数组 Type ,表示当前函数指针 Type的所有调用约定。

-或-

类型为 的 Type空数组,如果未为当前函数指针 Type定义调用约定,则为 。

-或-

如果当前函数指针Type不是已Type修改的 ,则为 类型的Type空数组。 从 GetModifiedFieldType()GetModifiedPropertyType()GetModifiedParameterType()获取已修改的 Type

例外

当前类型不是函数指针。 也就是说,IsFunctionPointer 属性将返回 false

注解

此方法是为托管编译器的设计人员提供的。 有关自定义修饰符的详细信息,请参阅 命名空间中的 System.Runtime.CompilerServices 类。

适用于