Düzenle

Aracılığıyla paylaş


ICodeGeneratorCache.GetGeneratedAssemblies Method

Definition

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.

Applies to