AssemblyContextControlItem.GetEnvironmentAssemblyNames Metod

Definition

Returnerar en samling som innehåller sammansättningsnamnen för alla sammansättningar som har lästs in i miljön.

public:
 System::Collections::Generic::IEnumerable<System::Reflection::AssemblyName ^> ^ GetEnvironmentAssemblyNames();
public System.Collections.Generic.IEnumerable<System.Reflection.AssemblyName> GetEnvironmentAssemblyNames();
member this.GetEnvironmentAssemblyNames : unit -> seq<System.Reflection.AssemblyName>
Public Function GetEnvironmentAssemblyNames () As IEnumerable(Of AssemblyName)

Returer

En samling som innehåller sammansättningsnamnen för alla sammansättningar som har lästs in i miljön.

Gäller för