AssemblyContextControlItem.GetEnvironmentAssemblyNames メソッド

定義

環境に読み込まれたすべてのアセンブリのアセンブリ名を含むコレクションを返します。

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)

返品

環境に読み込まれたすべてのアセンブリのアセンブリ名を含むコレクション。

適用対象