TypeProviderConfig Type
If the class that implements ITypeProvider has a constructor that accepts TypeProviderConfig then it will be constructed with an instance of TypeProviderConfig.
Constructors
Constructor |
Description
|
|
Create a configuration which calls the given function for the corresponding operation.
|
Instance members
Instance member |
Description
|
Full Usage:
this.IsHostedExecution
|
Indicates if the type provider instance is used in an environment which executes provided code such as F# Interactive. |
Full Usage:
this.IsInvalidationSupported
|
Indicates if the type provider host responds to invalidation events for type provider instances. |
Full Usage:
this.ReferencedAssemblies
|
Get the referenced assemblies for the type provider instance. |
Full Usage:
this.ResolutionFolder
|
Get the full path to use to resolve relative paths in any file name arguments given to the type provider instance. |
Full Usage:
this.RuntimeAssembly
|
Get the full path to referenced assembly that caused this type provider instance to be created. |
Full Usage:
this.SystemRuntimeAssemblyVersion
|
version of referenced system runtime assembly |
|
|
Full Usage:
this.TemporaryFolder
|
Get the full path to use for temporary files for the type provider instance. |