ITypeProvider.ApplyStaticArguments 方法 (F#)

将静态参数应用到接受静态参数的提供类型。

命名空间/模块路径:Microsoft.FSharp.Core.CompilerServices

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
abstract this.ApplyStaticArguments : Type * string * obj [] -> Type

// Usage:
iTypeProvider.ApplyStaticArguments (typeWithoutArguments, typeNameWithArguments, staticArguments)

参数

  • typeWithoutArguments
    类型:Type

    要将静态参数的类型。

  • typeNameWithArguments
    类型:string

    类型的已损坏的名称后面包括静态参数。 已处理的名称从基类型名称派生通过添加backtick (`)和指示静态参数数目的数字。

  • staticArguments
    类型:obj[]

    静态参数,按名称和类型进行索引。

返回值

与已应用的静态参数的结果类型。

备注

提供程序必须返回具有给定重整名称的类型。

平台

Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:4.0Supported中:4.0,可移植

请参见

参考

CompilerServices.ITypeProvider 接口 (F#)

Microsoft.FSharp.Core.CompilerServices 命名空间 (F#)