Header menu logo FSharp.Core

TypeProviderAssemblyAttribute Type

Place this attribute on a runtime assembly to indicate that there is a corresponding design-time 
 assembly that contains a type provider. Runtime and design-time assembly may be the same.

Constructors

Constructor Description

TypeProviderAssemblyAttribute(assemblyName)

Full Usage: TypeProviderAssemblyAttribute(assemblyName)

Parameters:
    assemblyName : string - The name of the design-time assembly for this type provider.

Returns: TypeProviderAssemblyAttribute TypeProviderAssemblyAttribute

Creates an instance of the attribute

assemblyName : string

The name of the design-time assembly for this type provider.

Returns: TypeProviderAssemblyAttribute

TypeProviderAssemblyAttribute

TypeProviderAssemblyAttribute()

Full Usage: TypeProviderAssemblyAttribute()

Returns: TypeProviderAssemblyAttribute TypeProviderAssemblyAttribute

Creates an instance of the attribute

Returns: TypeProviderAssemblyAttribute

TypeProviderAssemblyAttribute

Instance members

Instance member Description

this.AssemblyName

Full Usage: this.AssemblyName

Returns: string

Gets the assembly name.

Returns: string

Type something to start searching.