Core.AutoOpenAttribute-Konstruktor (F#)
Erstellt ein Attribut, mit dem ein Namespace- oder Modulpfad als automatisch geöffnet markiert wird, wenn auf eine Assembly verwiesen wird.
Namespace/Modulpfad: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signatures:
new AutoOpenAttribute : string -> AutoOpenAttribute
new AutoOpenAttribute : unit -> AutoOpenAttribute
// Usage:
new AutoOpenAttribute (path)
new AutoOpenAttribute ()
Parameter
path
Typ: stringDer Namespace oder das Modul, die automatisch geöffnet werden sollen, wenn auf eine Assembly verwiesen oder ein einschließendes Modul geöffnet wird.
Rückgabewert
Eine neue AutoOpenAttribute-Instanz.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen