add_Disposing(arg1)
Signature: EventHandler -> unit
|
|
AddNamespace(namespaceName, types)
Signature: (namespaceName:string * types:ProvidedTypeDefinition list) -> unit
|
Invoked by the type provider to add a namespace of provided types in the specification of the type provider.
|
ApplyStaticArgumentsForMethod(...)
Signature: (MethodBase * string * obj []) -> MethodBase
|
Invoked by the host of the type provider to apply the static argumetns for a method.
|
Disposing
Signature: IEvent<EventHandler,EventArgs>
|
CompiledName: get_Disposing
|
GetStaticParametersForMethod(arg1)
Signature: MethodBase -> ParameterInfo []
|
Invoked by the host of the type provider to get the static parameters for a method.
|
Invalidate()
Signature: unit -> unit
|
Invoked by the type provider to invalidate the information provided by the provider
|
Namespaces
Signature: IProvidedNamespace []
|
Invoked by the type provider to get all provided namespaces with their provided types.
CompiledName: get_Namespaces
|
RegisterGeneratedTargetAssembly(...)
Signature: fileName:string -> Assembly
|
Register that a given file is a provided generated target assembly, e.g. an assembly produced by an external
code generation tool. This assembly should be a target assembly, i.e. use the same asssembly references
as given by TargetContext.ReferencedAssemblyPaths
|
RegisterProbingFolder(folder)
Signature: folder:string -> unit
|
Registers custom probing path that can be used for probing assemblies
|
RegisterRuntimeAssemblyLocationAsProbingFolder(...)
Signature: config:TypeProviderConfig -> unit
|
Registers location of RuntimeAssembly (from TypeProviderConfig) as probing folder
|
remove_Disposing(arg1)
Signature: EventHandler -> unit
|
|
ResolveAssembly(arg1)
Signature: ResolveEventArgs -> Assembly
Modifiers: abstract
|
AssemblyResolve handler. Default implementation searches .dll file in registered folders
|
TargetContext
Signature: ProvidedTypesContext
|
The context for which code is eventually to be generated. You should not normally
need to use this property directly, as translation from the compiler-hosted context to
the design-time context will normally be performed automatically.
CompiledName: get_TargetContext
|