CompilerServices.TypeProviderAssemblyAttribute Constructor (F#)
Creates an instance of the attribute.
Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signatures:
new TypeProviderAssemblyAttribute : string -> TypeProviderAssemblyAttribute
new TypeProviderAssemblyAttribute : unit -> TypeProviderAssemblyAttribute
// Usage:
new TypeProviderAssemblyAttribute (assemblyName)
new TypeProviderAssemblyAttribute ()
Parameters
assemblyName
Type: stringThe name of the design-time assembly for this type provider.
Return Value
A new instance of TypeProviderAssemblyAttribute.
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2,
Version Information
F# Core Library Versions
Supported in: 4.0, Portable