Type.GetFunctionPointerParameterTypes 메서드

정의

파생 클래스에서 재정의되는 경우 현재 함수 포인터 Type의 매개 변수 형식을 반환합니다.

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

반환

Type[]

현재 함수 포인터 TypeType 대한 모든 매개 변수 형식을 나타내는 개체의 배열입니다.

또는

현재 함수 포인터 Type에 대해 매개 변수가 정의되지 않은 경우 형식Type의 빈 배열입니다.

예외

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

적용 대상