Core.AutoOpenAttribute 类 (F#)

此特性有两个用途。 当应用于程序集时,必须为其提供一个字符串参数,并且此参数必须指示该程序集中的有效模块或命名空间。 引用了此程序集的被编译源代码文件将在自动打开给定路径的环境中处理。

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

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

[<AttributeUsage(5, AllowMultiple = true)>]
[<Sealed>]
type AutoOpenAttribute =
 class
  new AutoOpenAttribute : string -> AutoOpenAttribute
  new AutoOpenAttribute : unit -> AutoOpenAttribute
  member this.Path :  string
 end

备注

应用于程序集中的模块时,不能为特性提供任何参数。 在用户源代码中打开外层命名空间时,也会隐式打开模块。

也可以使用名称的缩写形式 AutoOpen

构造函数

成员

说明

new

创建一个特性,该特性用于将命名空间或模块路径标记为在引用程序集时自动打开。

实例成员

成员

说明

路径

指示命名空间或模块(该命名空间或模块在引用程序集时自动打开),或打开的外层模块。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本信息

F# 运行时

受以下版本支持:2.0、4.0

Silverlight

受以下版本支持:3

请参见

参考

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