Represents the context for which code is to be generated. Normally you should not need to use this directly.
Instance member | Description |
|
Add an assembly to the set of design-time assemblies available to use as a basis for authoring provided types
|
|
Returns a quotation rebuilt with resepct to the types from the target referenced assemblies. Normally this method should not be used directly when authoring a type provider.
|
|
Returns a type from the referenced assemblies that corresponds to the given design-time type. Normally this method should not be used directly when authoring a type provider.
|
|
Returns the design-time type that corresponds to the given type from the target referenced assemblies. Normally this method should not be used directly when authoring a type provider.
|
|
Try to get the version of FSharp.Core referenced. May raise an exception if FSharp.Core has not been correctly resolved
|
|
|
|
|
|
|
|
|
Full Usage:
this.TryBindAssemblyNameToTarget(aref)
Parameters:
AssemblyName
Returns: Choice<Assembly, exn>
|
|
|
|