ISignatureTypeProvider<TType,TGenericContext>.GetFunctionPointerType メソッド

定義

指定されたメソッド signatureの関数ポインター型の型シンボルを取得します。

public:
 TType GetFunctionPointerType(System::Reflection::Metadata::MethodSignature<TType> signature);
public TType GetFunctionPointerType(System.Reflection.Metadata.MethodSignature<TType> signature);
abstract member GetFunctionPointerType : System.Reflection.Metadata.MethodSignature<'ype> -> 'ype
Public Function GetFunctionPointerType (signature As MethodSignature(Of TType)) As TType

パラメーター

返品

TType

関数ポインター型の型シンボル。

適用対象