次の方法で共有


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)

戻り値

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

適用対象