ICodeGeneratorCache.GetGeneratedAssemblies 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.
Returns the collection of generated assemblies as pairs of target assembly name to raw assembly bytes.
public System.Collections.Generic.IDictionary<string,Orleans.CodeGeneration.GeneratedAssembly> GetGeneratedAssemblies ();
abstract member GetGeneratedAssemblies : unit -> System.Collections.Generic.IDictionary<string, Orleans.CodeGeneration.GeneratedAssembly>
Public Function GetGeneratedAssemblies () As IDictionary(Of String, GeneratedAssembly)
Returns
The collection of generated assemblies.
Remarks
The key of the returned dictionary is the name of the assembly which the value targets.