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[]

현재 함수 포인터 TypeType 대한 모든 호출 규칙을 나타내는 개체의 배열입니다.

또는

현재 함수 포인터 Type에 대해 호출 규칙이 정의되지 않은 경우 형식Type의 빈 배열입니다.

또는

현재 함수 포인터 Type 가 수정된 Type가 아닌 경우 형식Type의 빈 배열입니다. 수정 Type 된 는 , GetModifiedPropertyType()또는 GetModifiedParameterType()에서 GetModifiedFieldType()가져옵니다.

예외

현재 형식은 함수 포인터가 아닙니다. 즉, IsFunctionPointer 속성이 false를 반환합니다.

설명

이 메서드는 관리되는 컴파일러의 디자이너에 대해 제공됩니다. 사용자 지정 한정자에 대한 자세한 내용은 네임스페이스의 클래스를 System.Runtime.CompilerServices 참조하세요.

적용 대상