AppDomainSiloHost.CodeGeneratorOptimizer.AddCachedAssembly Method
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.
Adds a cached assembly to the code generator.
public void AddCachedAssembly (string targetAssemblyName, Orleans.CodeGeneration.GeneratedAssembly cachedAssembly);
member this.AddCachedAssembly : string * Orleans.CodeGeneration.GeneratedAssembly -> unit
Public Sub AddCachedAssembly (targetAssemblyName As String, cachedAssembly As GeneratedAssembly)
Parameters
- targetAssemblyName
- String
The assembly which the cached assembly was generated for.
- cachedAssembly
- GeneratedAssembly
The generated assembly.