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
|
Full Usage:
TypeProviderAssemblyAttribute(assemblyName)
Parameters:
string
-
The name of the design-time assembly for this type provider.
Returns: TypeProviderAssemblyAttribute
TypeProviderAssemblyAttribute
|
Creates an instance of the attribute
|
Full Usage:
TypeProviderAssemblyAttribute()
Returns: TypeProviderAssemblyAttribute
TypeProviderAssemblyAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
Gets the assembly name.
|