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
|
|
Indicates if the type provider instance is used in an environment which executes provided code such as F# Interactive.
|
|
Indicates if the type provider host responds to invalidation events for type provider instances.
|
|
|
|
Get the full path to use to resolve relative paths in any file name arguments given to the type provider instance.
|
|
Get the full path to referenced assembly that caused this type provider instance to be created.
|
|
version of referenced system runtime assembly
|
|
|
|
Get the full path to use for temporary files for the type provider instance.
|
FSharp.Core