ICodeGeneratorCache Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Methods for interacting with a cache for generated assemblies.
public interface ICodeGeneratorCache
type ICodeGeneratorCache = interface
Public Interface ICodeGeneratorCache
- Derived
Methods
AddGeneratedAssembly(String, GeneratedAssembly) |
Adds a pre-generated assembly. |
GetGeneratedAssemblies() |
Returns the collection of generated assemblies as pairs of target assembly name to raw assembly bytes. |